Html Css Color HEX #420626 Blackberry

📋 copy color: '#420626'

red 66 ◦ green 6 ◦ blue 38

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

Shades of Blackberry #420626

Tints of Blackberry #420626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 34.55%

R = 60%
G = 5.45%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#420626 (or 0x420626) is known color: Blackberry. HEX triplet: 42, 06 and 26. RGB value is (66,6,38). Sum of RGB (Red+Green+Blue) = 66+6+38=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #420626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420626 is #BDF9D9. Grayscale: #1B1B1B. Windows color (decimal): -12450266 or 2491970. OLE color: 2491970.

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

Color convert

RGB 66 6 38 -
CMYK 0 0.91 0.42 0.74
HSL 328º 0.83% 0.14% -
HSV(B) 328º 0.91% 0.26% -
XYZ 2.66 1.43 1.97 -
YUV 27.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 66 6 38 0 0.91 0.42 0.74 328 0.83 0.14
Hex 42 6 26 0 5B 2A 4A 148 53 E
Octal 102 6 46 0 133 52 112 510 123 16
Binary 1000010 110 100110 0 1011011 101010 1001010 101001000 1010011 1110

Color Harmonies of #420626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420626

Black with #420626

Text Example


Text Example

White with #420626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420626; }

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

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

background-color css

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

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

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

border-color css

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

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

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