Html Css Color HEX #290520 Blackberry

📋 copy color: '#290520'

red 41 ◦ green 5 ◦ blue 32

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

Shades of Blackberry #290520

Tints of Blackberry #290520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.41%

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

R = 52.56%
G = 6.41%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#290520 (or 0x290520) is known color: Blackberry. HEX triplet: 29, 05 and 20. RGB value is (41,5,32). Sum of RGB (Red+Green+Blue) = 41+5+32=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #290520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290520 is #D6FADF. Grayscale: #121212. Windows color (decimal): -14088928 or 2098473. OLE color: 2098473.

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

Color convert

RGB 41 5 32 -
CMYK 0 0.88 0.22 0.84
HSL 315º 0.78% 0.09% -
HSV(B) 315º 0.88% 0.16% -
XYZ 1.23 0.68 1.43 -
YUV 18.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 41 5 32 0 0.88 0.22 0.84 315 0.78 0.09
Hex 29 5 20 0 58 16 54 13B 4E 9
Octal 51 5 40 0 130 26 124 473 116 11
Binary 101001 101 100000 0 1011000 10110 1010100 100111011 1001110 1001

Color Harmonies of #290520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290520

Black with #290520

Text Example


Text Example

White with #290520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290520; }

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

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

background-color css

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

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

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

border-color css

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

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

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