Html Css Color HEX #420632 Blackberry

📋 copy color: '#420632'

red 66 ◦ green 6 ◦ blue 50

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

Shades of Blackberry #420632

Tints of Blackberry #420632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

 BLUE value IS 50 (19.92% from 255) = 40.98%

R = 54.1%
G = 4.92%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#420632 (or 0x420632) is known color: Blackberry. HEX triplet: 42, 06 and 32. RGB value is (66,6,50). Sum of RGB (Red+Green+Blue) = 66+6+50=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #420632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420632 is #BDF9CD. Grayscale: #1C1C1C. Windows color (decimal): -12450254 or 3278402. OLE color: 3278402.

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

Color convert

RGB 66 6 50 -
CMYK 0 0.91 0.24 0.74
HSL 316º 0.83% 0.14% -
HSV(B) 316º 0.91% 0.26% -
XYZ 2.89 1.52 3.16 -
YUV 28.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 66 6 50 0 0.91 0.24 0.74 316 0.83 0.14
Hex 42 6 32 0 5B 18 4A 13C 53 E
Octal 102 6 62 0 133 30 112 474 123 16
Binary 1000010 110 110010 0 1011011 11000 1001010 100111100 1010011 1110

Color Harmonies of #420632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420632

Black with #420632

Text Example


Text Example

White with #420632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420632; }

 p { color: rgb(66,6,50); }

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

background-color css

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

 a { background-color: rgb(66,6,50); }

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

border-color css

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

 span { border-color: rgb(66,6,50); }

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