Html Css Color HEX #29071B Blackberry

📋 copy color: '#29071B'

red 41 ◦ green 7 ◦ blue 27

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

Shades of Blackberry #29071B

Tints of Blackberry #29071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.33%

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

R = 54.67%
G = 9.33%
B = 36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.84

RGB Variations

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

Color information

#29071B (or 0x29071B) is known color: Blackberry. HEX triplet: 29, 07 and 1B. RGB value is (41,7,27). Sum of RGB (Red+Green+Blue) = 41+7+27=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #29071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29071B is #D6F8E4. Grayscale: #131313. Windows color (decimal): -14088421 or 1771305. OLE color: 1771305.

HSL color Cylindrical-coordinate representation of color #29071B: hue angle of 324.71º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29071B is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 7 27 -
CMYK 0 0.83 0.34 0.84
HSL 324.71º 0.71% 0.09% -
HSV(B) 324.71º 0.83% 0.16% -
XYZ 1.19 0.7 1.11 -
YUV 19.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 41 7 27 0 0.83 0.34 0.84 324.71 0.71 0.09
Hex 29 7 1B 0 53 22 54 145 47 9
Octal 51 7 33 0 123 42 124 505 107 11
Binary 101001 111 11011 0 1010011 100010 1010100 101000101 1000111 1001

Color Harmonies of #29071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29071B

Black with #29071B

Text Example


Text Example

White with #29071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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