Html Css Color HEX #29151E Blackberry

📋 copy color: '#29151E'

red 41 ◦ green 21 ◦ blue 30

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

Shades of Blackberry #29151E

Tints of Blackberry #29151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.83%

 BLUE value IS 30 (12.11% from 255) = 32.61%

R = 44.57%
G = 22.83%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.84

RGB Variations

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

Color information

#29151E (or 0x29151E) is known color: Blackberry. HEX triplet: 29, 15 and 1E. RGB value is (41,21,30). Sum of RGB (Red+Green+Blue) = 41+21+30=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #29151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29151E is #D6EAE1. Grayscale: #1B1B1B. Windows color (decimal): -14084834 or 1971497. OLE color: 1971497.

HSL color Cylindrical-coordinate representation of color #29151E: hue angle of 333º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29151E is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 21 30 -
CMYK 0 0.49 0.27 0.84
HSL 333º 0.32% 0.12% -
HSV(B) 333º 0.49% 0.16% -
XYZ 1.42 1.1 1.37 -
YUV 28.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 41 21 30 0 0.49 0.27 0.84 333 0.32 0.12
Hex 29 15 1E 0 31 1B 54 14D 20 C
Octal 51 25 36 0 61 33 124 515 40 14
Binary 101001 10101 11110 0 110001 11011 1010100 101001101 100000 1100

Color Harmonies of #29151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29151E

Black with #29151E

Text Example


Text Example

White with #29151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29151E; }

 p { color: rgb(41,21,30); }

 H1.HeaderClassName
 {
   color: #29151E;
 }
 .AnyTagClassName
 {
   color: #29151E;
 }
</style>

background-color css

<style>
 a { background-color: #29151E; }

 a { background-color: rgb(41,21,30); }

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

border-color css

<style>
 span { border-color: #29151E; }

 span { border-color: rgb(41,21,30); }

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