Html Css Color HEX #290420 Blackberry

📋 copy color: '#290420'

red 41 ◦ green 4 ◦ blue 32

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

Shades of Blackberry #290420

Tints of Blackberry #290420

RGB

 RED value IS 41 (16.41% from 255) = 53.25%

 GREEN value IS 4 (1.95% from 255) = 5.19%

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

R = 53.25%
G = 5.19%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#290420 (or 0x290420) is known color: Blackberry. HEX triplet: 29, 04 and 20. RGB value is (41,4,32). Sum of RGB (Red+Green+Blue) = 41+4+32=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #290420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290420 is #D6FBDF. Grayscale: #121212. Windows color (decimal): -14089184 or 2098217. OLE color: 2098217.

HSL color Cylindrical-coordinate representation of color #290420: hue angle of 314.59º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290420 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 4 32 -
CMYK 0 0.90 0.22 0.84
HSL 314.59º 0.82% 0.09% -
HSV(B) 314.59º 0.9% 0.16% -
XYZ 1.22 0.66 1.43 -
YUV 18.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 41 4 32 0 0.90 0.22 0.84 314.59 0.82 0.09
Hex 29 4 20 0 5A 16 54 13B 52 9
Octal 51 4 40 0 132 26 124 473 122 11
Binary 101001 100 100000 0 1011010 10110 1010100 100111011 1010010 1001

Color Harmonies of #290420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290420

Black with #290420

Text Example


Text Example

White with #290420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290420; }

 p { color: rgb(41,4,32); }

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

background-color css

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

 a { background-color: rgb(41,4,32); }

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

border-color css

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

 span { border-color: rgb(41,4,32); }

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