Html Css Color HEX #290D20 Blackberry

📋 copy color: '#290D20'

red 41 ◦ green 13 ◦ blue 32

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

Shades of Blackberry #290D20

Tints of Blackberry #290D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.12%

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

R = 47.67%
G = 15.12%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#290D20 (or 0x290D20) is known color: Blackberry. HEX triplet: 29, 0D and 20. RGB value is (41,13,32). Sum of RGB (Red+Green+Blue) = 41+13+32=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 41 - color contains mainly: red. Hex color #290D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D20 is #D6F2DF. Grayscale: #171717. Windows color (decimal): -14086880 or 2100521. OLE color: 2100521.

HSL color Cylindrical-coordinate representation of color #290D20: hue angle of 319.29º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #290D20 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 13 32 -
CMYK 0 0.68 0.22 0.84
HSL 319.29º 0.52% 0.11% -
HSV(B) 319.29º 0.68% 0.16% -
XYZ 1.32 0.86 1.46 -
YUV 23.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 41 13 32 0 0.68 0.22 0.84 319.29 0.52 0.11
Hex 29 D 20 0 44 16 54 13F 34 B
Octal 51 15 40 0 104 26 124 477 64 13
Binary 101001 1101 100000 0 1000100 10110 1010100 100111111 110100 1011

Color Harmonies of #290D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D20

Black with #290D20

Text Example


Text Example

White with #290D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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