Html Css Color HEX #29011B Blackberry

📋 copy color: '#29011B'

red 41 ◦ green 1 ◦ blue 27

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

Shades of Blackberry #29011B

Tints of Blackberry #29011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 39.13%

R = 59.42%
G = 1.45%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.84

RGB Variations

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

Color information

#29011B (or 0x29011B) is known color: Blackberry. HEX triplet: 29, 01 and 1B. RGB value is (41,1,27). Sum of RGB (Red+Green+Blue) = 41+1+27=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #29011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29011B is #D6FEE4. Grayscale: #0F0F0F. Windows color (decimal): -14089957 or 1769769. OLE color: 1769769.

HSL color Cylindrical-coordinate representation of color #29011B: hue angle of 321º 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 #29011B is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 1 27 -
CMYK 0 0.98 0.34 0.84
HSL 321º 0.95% 0.08% -
HSV(B) 321º 0.98% 0.16% -
XYZ 1.12 0.57 1.09 -
YUV 15.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 41 1 27 0 0.98 0.34 0.84 321 0.95 0.08
Hex 29 1 1B 0 62 22 54 141 5F 8
Octal 51 1 33 0 142 42 124 501 137 10
Binary 101001 1 11011 0 1100010 100010 1010100 101000001 1011111 1000

Color Harmonies of #29011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29011B

Black with #29011B

Text Example


Text Example

White with #29011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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