Html Css Color HEX #29011D Blackberry

📋 copy color: '#29011D'

red 41 ◦ green 1 ◦ blue 29

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

Shades of Blackberry #29011D

Tints of Blackberry #29011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.41%

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

R = 57.75%
G = 1.41%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#29011D (or 0x29011D) is known color: Blackberry. HEX triplet: 29, 01 and 1D. RGB value is (41,1,29). Sum of RGB (Red+Green+Blue) = 41+1+29=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #29011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29011D is #D6FEE2. Grayscale: #101010. Windows color (decimal): -14089955 or 1900841. OLE color: 1900841.

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

Color convert

RGB 41 1 29 -
CMYK 0 0.98 0.29 0.84
HSL 318º 0.95% 0.08% -
HSV(B) 318º 0.98% 0.16% -
XYZ 1.15 0.58 1.21 -
YUV 16.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 41 1 29 0 0.98 0.29 0.84 318 0.95 0.08
Hex 29 1 1D 0 62 1D 54 13E 5F 8
Octal 51 1 35 0 142 35 124 476 137 10
Binary 101001 1 11101 0 1100010 11101 1010100 100111110 1011111 1000

Color Harmonies of #29011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29011D

Black with #29011D

Text Example


Text Example

White with #29011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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