Html Css Color HEX #420920 Blackberry

📋 copy color: '#420920'

red 66 ◦ green 9 ◦ blue 32

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

Shades of Blackberry #420920

Tints of Blackberry #420920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

 BLUE value IS 32 (12.89% from 255) = 29.91%

R = 61.68%
G = 8.41%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#420920 (or 0x420920) is known color: Blackberry. HEX triplet: 42, 09 and 20. RGB value is (66,9,32). Sum of RGB (Red+Green+Blue) = 66+9+32=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #420920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420920 is #BDF6DF. Grayscale: #1C1C1C. Windows color (decimal): -12449504 or 2099522. OLE color: 2099522.

HSL color Cylindrical-coordinate representation of color #420920: hue angle of 335.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420920 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 32 -
CMYK 0 0.86 0.52 0.74
HSL 335.79º 0.76% 0.15% -
HSV(B) 335.79º 0.86% 0.26% -
XYZ 2.61 1.46 1.51 -
YUV 28.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 66 9 32 0 0.86 0.52 0.74 335.79 0.76 0.15
Hex 42 9 20 0 56 34 4A 150 4C F
Octal 102 11 40 0 126 64 112 520 114 17
Binary 1000010 1001 100000 0 1010110 110100 1001010 101010000 1001100 1111

Color Harmonies of #420920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420920

Black with #420920

Text Example


Text Example

White with #420920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420920; }

 p { color: rgb(66,9,32); }

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

background-color css

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

 a { background-color: rgb(66,9,32); }

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

border-color css

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

 span { border-color: rgb(66,9,32); }

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