Html Css Color HEX #420434 Blackberry

📋 copy color: '#420434'

red 66 ◦ green 4 ◦ blue 52

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

Shades of Blackberry #420434

Tints of Blackberry #420434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

 BLUE value IS 52 (20.7% from 255) = 42.62%

R = 54.1%
G = 3.28%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#420434 (or 0x420434) is known color: Blackberry. HEX triplet: 42, 04 and 34. RGB value is (66,4,52). Sum of RGB (Red+Green+Blue) = 66+4+52=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #420434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420434 is #BDFBCB. Grayscale: #1B1B1B. Windows color (decimal): -12450764 or 3408962. OLE color: 3408962.

HSL color Cylindrical-coordinate representation of color #420434: hue angle of 313.55º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420434 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 4 52 -
CMYK 0 0.94 0.21 0.74
HSL 313.55º 0.89% 0.14% -
HSV(B) 313.55º 0.94% 0.26% -
XYZ 2.91 1.49 3.38 -
YUV 28.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 66 4 52 0 0.94 0.21 0.74 313.55 0.89 0.14
Hex 42 4 34 0 5E 15 4A 13A 59 E
Octal 102 4 64 0 136 25 112 472 131 16
Binary 1000010 100 110100 0 1011110 10101 1001010 100111010 1011001 1110

Color Harmonies of #420434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420434

Black with #420434

Text Example


Text Example

White with #420434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420434; }

 p { color: rgb(66,4,52); }

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

background-color css

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

 a { background-color: rgb(66,4,52); }

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

border-color css

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

 span { border-color: rgb(66,4,52); }

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