Html Css Color HEX #290217 Blackberry

📋 copy color: '#290217'

red 41 ◦ green 2 ◦ blue 23

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

Shades of Blackberry #290217

Tints of Blackberry #290217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.03%

 BLUE value IS 23 (9.38% from 255) = 34.85%

R = 62.12%
G = 3.03%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.84

RGB Variations

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

Color information

#290217 (or 0x290217) is known color: Blackberry. HEX triplet: 29, 02 and 17. RGB value is (41,2,23). Sum of RGB (Red+Green+Blue) = 41+2+23=66 (8% of max value = 765). Red value is 41 (16.41% from 255 or 62.12% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 41 - color contains mainly: red. Hex color #290217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290217 is #D6FDE8. Grayscale: #101010. Windows color (decimal): -14089705 or 1507881. OLE color: 1507881.

HSL color Cylindrical-coordinate representation of color #290217: hue angle of 327.69º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290217 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 2 23 -
CMYK 0 0.95 0.44 0.84
HSL 327.69º 0.91% 0.08% -
HSV(B) 327.69º 0.95% 0.16% -
XYZ 1.09 0.58 0.86 -
YUV 16.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 41 2 23 0 0.95 0.44 0.84 327.69 0.91 0.08
Hex 29 2 17 0 5F 2C 54 148 5B 8
Octal 51 2 27 0 137 54 124 510 133 10
Binary 101001 10 10111 0 1011111 101100 1010100 101001000 1011011 1000

Color Harmonies of #290217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290217

Black with #290217

Text Example


Text Example

White with #290217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290217; }

 p { color: rgb(41,2,23); }

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

background-color css

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

 a { background-color: rgb(41,2,23); }

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

border-color css

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

 span { border-color: rgb(41,2,23); }

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