Html Css Color HEX #29001A Blackberry

📋 copy color: '#29001A'

red 41 ◦ green 0 ◦ blue 26

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

Shades of Blackberry #29001A

Tints of Blackberry #29001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 38.81%

R = 61.19%
G = 0%
B = 38.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.84

RGB Variations

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

Color information

#29001A (or 0x29001A) is known color: Blackberry. HEX triplet: 29, 00 and 1A. RGB value is (41,0,26). Sum of RGB (Red+Green+Blue) = 41+0+26=67 (8% of max value = 765). Red value is 41 (16.41% from 255 or 61.19% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 41 - color contains mainly: red. Hex color #29001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29001A is #D6FFE5. Grayscale: #0F0F0F. Windows color (decimal): -14090214 or 1703977. OLE color: 1703977.

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

Color convert

RGB 41 0 26 -
CMYK 0 1 0.37 0.84
HSL 321.95º 1% 0.08% -
HSV(B) 321.95º 1% 0.16% -
XYZ 1.1 0.55 1.02 -
YUV 15.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 41 0 26 0 1 0.37 0.84 321.95 1 0.08
Hex 29 0 1A 0 64 25 54 142 64 8
Octal 51 0 32 0 144 45 124 502 144 10
Binary 101001 0 11010 0 1100100 100101 1010100 101000010 1100100 1000

Color Harmonies of #29001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29001A

Black with #29001A

Text Example


Text Example

White with #29001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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