Html Css Color HEX #421025 Blackberry

📋 copy color: '#421025'

red 66 ◦ green 16 ◦ blue 37

#421025
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #421025

Tints of Blackberry #421025

RGB

 RED value IS 66 (26.17% from 255) = 55.46%

 GREEN value IS 16 (6.64% from 255) = 13.45%

 BLUE value IS 37 (14.84% from 255) = 31.09%

R = 55.46%
G = 13.45%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#421025 (or 0x421025) is known color: Blackberry. HEX triplet: 42, 10 and 25. RGB value is (66,16,37). Sum of RGB (Red+Green+Blue) = 66+16+37=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #421025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421025 is #BDEFDA. Grayscale: #212121. Windows color (decimal): -12447707 or 2428994. OLE color: 2428994.

HSL color Cylindrical-coordinate representation of color #421025: hue angle of 334.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421025 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 16 37 -
CMYK 0 0.76 0.44 0.74
HSL 334.8º 0.61% 0.16% -
HSV(B) 334.8º 0.76% 0.26% -
XYZ 2.77 1.66 1.93 -
YUV 33.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 66 16 37 0 0.76 0.44 0.74 334.8 0.61 0.16
Hex 42 10 25 0 4C 2C 4A 14F 3D 10
Octal 102 20 45 0 114 54 112 517 75 20
Binary 1000010 10000 100101 0 1001100 101100 1001010 101001111 111101 10000

Color Harmonies of #421025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421025

Black with #421025

Text Example


Text Example

White with #421025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421025; }

 p { color: rgb(66,16,37); }

 H1.HeaderClassName
 {
   color: #421025;
 }
 .AnyTagClassName
 {
   color: #421025;
 }
</style>

background-color css

<style>
 a { background-color: #421025; }

 a { background-color: rgb(66,16,37); }

 div.DivClassName
 {
   background-color: #421025;
 }
 .BgClassName
 {
   background-color: #421025;
 }
</style>

border-color css

<style>
 span { border-color: #421025; }

 span { border-color: rgb(66,16,37); }

 td.TdClassName
 {
   border-color: #421025;
 }
 .TagClassName
 {
   border-color: #421025;
 }
</style>