Html Css Color HEX #29001D Blackberry

📋 copy color: '#29001D'

red 41 ◦ green 0 ◦ blue 29

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

Shades of Blackberry #29001D

Tints of Blackberry #29001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.57%
G = 0%
B = 41.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#29001D (or 0x29001D) is known color: Blackberry. HEX triplet: 29, 00 and 1D. RGB value is (41,0,29). Sum of RGB (Red+Green+Blue) = 41+0+29=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #29001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29001D is #D6FFE2. Grayscale: #0F0F0F. Windows color (decimal): -14090211 or 1900585. OLE color: 1900585.

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

Color convert

RGB 41 0 29 -
CMYK 0 1 0.29 0.84
HSL 317.56º 1% 0.08% -
HSV(B) 317.56º 1% 0.16% -
XYZ 1.14 0.56 1.21 -
YUV 15.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 41 0 29 0 1 0.29 0.84 317.56 1 0.08
Hex 29 0 1D 0 64 1D 54 13E 64 8
Octal 51 0 35 0 144 35 124 476 144 10
Binary 101001 0 11101 0 1100100 11101 1010100 100111110 1100100 1000

Color Harmonies of #29001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29001D

Black with #29001D

Text Example


Text Example

White with #29001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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