Html Css Color HEX #29091D Blackberry

📋 copy color: '#29091D'

red 41 ◦ green 9 ◦ blue 29

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

Shades of Blackberry #29091D

Tints of Blackberry #29091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 36.71%

R = 51.9%
G = 11.39%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#29091D (or 0x29091D) is known color: Blackberry. HEX triplet: 29, 09 and 1D. RGB value is (41,9,29). Sum of RGB (Red+Green+Blue) = 41+9+29=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #29091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29091D is #D6F6E2. Grayscale: #141414. Windows color (decimal): -14087907 or 1902889. OLE color: 1902889.

HSL color Cylindrical-coordinate representation of color #29091D: hue angle of 322.5º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29091D is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 9 29 -
CMYK 0 0.78 0.29 0.84
HSL 322.5º 0.64% 0.1% -
HSV(B) 322.5º 0.78% 0.16% -
XYZ 1.23 0.76 1.24 -
YUV 20.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 41 9 29 0 0.78 0.29 0.84 322.5 0.64 0.1
Hex 29 9 1D 0 4E 1D 54 142 40 A
Octal 51 11 35 0 116 35 124 502 100 12
Binary 101001 1001 11101 0 1001110 11101 1010100 101000010 1000000 1010

Color Harmonies of #29091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29091D

Black with #29091D

Text Example


Text Example

White with #29091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29091D; }

 p { color: rgb(41,9,29); }

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

background-color css

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

 a { background-color: rgb(41,9,29); }

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

border-color css

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

 span { border-color: rgb(41,9,29); }

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