Html Css Color HEX #421439 Blackberry

📋 copy color: '#421439'

red 66 ◦ green 20 ◦ blue 57

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

Shades of Blackberry #421439

Tints of Blackberry #421439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.99%

 BLUE value IS 57 (22.66% from 255) = 39.86%

R = 46.15%
G = 13.99%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#421439 (or 0x421439) is known color: Blackberry. HEX triplet: 42, 14 and 39. RGB value is (66,20,57). Sum of RGB (Red+Green+Blue) = 66+20+57=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #421439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421439 is #BDEBC6. Grayscale: #252525. Windows color (decimal): -12446663 or 3740738. OLE color: 3740738.

HSL color Cylindrical-coordinate representation of color #421439: hue angle of 311.74º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421439 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 20 57 -
CMYK 0 0.70 0.14 0.74
HSL 311.74º 0.53% 0.17% -
HSV(B) 311.74º 0.7% 0.26% -
XYZ 3.24 1.95 4.08 -
YUV 37.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 66 20 57 0 0.70 0.14 0.74 311.74 0.53 0.17
Hex 42 14 39 0 46 E 4A 138 35 11
Octal 102 24 71 0 106 16 112 470 65 21
Binary 1000010 10100 111001 0 1000110 1110 1001010 100111000 110101 10001

Color Harmonies of #421439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421439

Black with #421439

Text Example


Text Example

White with #421439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421439; }

 p { color: rgb(66,20,57); }

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

background-color css

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

 a { background-color: rgb(66,20,57); }

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

border-color css

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

 span { border-color: rgb(66,20,57); }

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