Html Css Color HEX #420628 Blackberry

📋 copy color: '#420628'

red 66 ◦ green 6 ◦ blue 40

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

Shades of Blackberry #420628

Tints of Blackberry #420628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 35.71%

R = 58.93%
G = 5.36%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#420628 (or 0x420628) is known color: Blackberry. HEX triplet: 42, 06 and 28. RGB value is (66,6,40). Sum of RGB (Red+Green+Blue) = 66+6+40=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #420628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420628 is #BDF9D7. Grayscale: #1B1B1B. Windows color (decimal): -12450264 or 2623042. OLE color: 2623042.

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

Color convert

RGB 66 6 40 -
CMYK 0 0.91 0.39 0.74
HSL 326º 0.83% 0.14% -
HSV(B) 326º 0.91% 0.26% -
XYZ 2.69 1.44 2.14 -
YUV 27.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 66 6 40 0 0.91 0.39 0.74 326 0.83 0.14
Hex 42 6 28 0 5B 27 4A 146 53 E
Octal 102 6 50 0 133 47 112 506 123 16
Binary 1000010 110 101000 0 1011011 100111 1001010 101000110 1010011 1110

Color Harmonies of #420628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420628

Black with #420628

Text Example


Text Example

White with #420628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420628; }

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

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

background-color css

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

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

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

border-color css

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

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

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