Html Css Color HEX #420438 Blackberry

📋 copy color: '#420438'

red 66 ◦ green 4 ◦ blue 56

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

Shades of Blackberry #420438

Tints of Blackberry #420438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 44.44%

R = 52.38%
G = 3.17%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#420438 (or 0x420438) is known color: Blackberry. HEX triplet: 42, 04 and 38. RGB value is (66,4,56). Sum of RGB (Red+Green+Blue) = 66+4+56=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #420438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420438 is #BDFBC7. Grayscale: #1C1C1C. Windows color (decimal): -12450760 or 3671106. OLE color: 3671106.

HSL color Cylindrical-coordinate representation of color #420438: hue angle of 309.68º 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 #420438 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 4 56 -
CMYK 0 0.94 0.15 0.74
HSL 309.68º 0.89% 0.14% -
HSV(B) 309.68º 0.94% 0.26% -
XYZ 3 1.53 3.88 -
YUV 28.47 143.54 154.77 -
System Red Green Blue C M Y K H S L
Decimal 66 4 56 0 0.94 0.15 0.74 309.68 0.89 0.14
Hex 42 4 38 0 5E F 4A 136 59 E
Octal 102 4 70 0 136 17 112 466 131 16
Binary 1000010 100 111000 0 1011110 1111 1001010 100110110 1011001 1110

Color Harmonies of #420438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420438

Black with #420438

Text Example


Text Example

White with #420438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420438; }

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

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

background-color css

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

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

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

border-color css

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

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

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