Html Css Color HEX #420019 Blackberry

📋 copy color: '#420019'

red 66 ◦ green 0 ◦ blue 25

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

Shades of Blackberry #420019

Tints of Blackberry #420019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 27.47%

R = 72.53%
G = 0%
B = 27.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#420019 (or 0x420019) is known color: Blackberry. HEX triplet: 42, 00 and 19. RGB value is (66,0,25). Sum of RGB (Red+Green+Blue) = 66+0+25=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #420019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420019 is #BDFFE6. Grayscale: #161616. Windows color (decimal): -12451815 or 1638466. OLE color: 1638466.

HSL color Cylindrical-coordinate representation of color #420019: hue angle of 337.27º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420019 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 0 25 -
CMYK 0 1 0.62 0.74
HSL 337.27º 1% 0.13% -
HSV(B) 337.27º 1% 0.26% -
XYZ 2.42 1.23 1.03 -
YUV 22.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 66 0 25 0 1 0.62 0.74 337.27 1 0.13
Hex 42 0 19 0 64 3E 4A 151 64 D
Octal 102 0 31 0 144 76 112 521 144 15
Binary 1000010 0 11001 0 1100100 111110 1001010 101010001 1100100 1101

Color Harmonies of #420019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420019

Black with #420019

Text Example


Text Example

White with #420019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420019; }

 p { color: rgb(66,0,25); }

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

background-color css

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

 a { background-color: rgb(66,0,25); }

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

border-color css

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

 span { border-color: rgb(66,0,25); }

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