Html Css Color HEX #29001C Blackberry

📋 copy color: '#29001C'

red 41 ◦ green 0 ◦ blue 28

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

Shades of Blackberry #29001C

Tints of Blackberry #29001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 40.58%

R = 59.42%
G = 0%
B = 40.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.84

RGB Variations

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

Color information

#29001C (or 0x29001C) is known color: Blackberry. HEX triplet: 29, 00 and 1C. RGB value is (41,0,28). Sum of RGB (Red+Green+Blue) = 41+0+28=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #29001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29001C is #D6FFE3. Grayscale: #0F0F0F. Windows color (decimal): -14090212 or 1835049. OLE color: 1835049.

HSL color Cylindrical-coordinate representation of color #29001C: hue angle of 319.02º 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 #29001C is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 0 28 -
CMYK 0 1 0.32 0.84
HSL 319.02º 1% 0.08% -
HSV(B) 319.02º 1% 0.16% -
XYZ 1.12 0.56 1.15 -
YUV 15.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 41 0 28 0 1 0.32 0.84 319.02 1 0.08
Hex 29 0 1C 0 64 20 54 13F 64 8
Octal 51 0 34 0 144 40 124 477 144 10
Binary 101001 0 11100 0 1100100 100000 1010100 100111111 1100100 1000

Color Harmonies of #29001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29001C

Black with #29001C

Text Example


Text Example

White with #29001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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