Html Css Color HEX #290518 Blackberry

📋 copy color: '#290518'

red 41 ◦ green 5 ◦ blue 24

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

Shades of Blackberry #290518

Tints of Blackberry #290518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.14%

 BLUE value IS 24 (9.77% from 255) = 34.29%

R = 58.57%
G = 7.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#290518 (or 0x290518) is known color: Blackberry. HEX triplet: 29, 05 and 18. RGB value is (41,5,24). Sum of RGB (Red+Green+Blue) = 41+5+24=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #290518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290518 is #D6FAE7. Grayscale: #111111. Windows color (decimal): -14088936 or 1574185. OLE color: 1574185.

HSL color Cylindrical-coordinate representation of color #290518: hue angle of 328.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290518 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 5 24 -
CMYK 0 0.88 0.41 0.84
HSL 328.33º 0.78% 0.09% -
HSV(B) 328.33º 0.88% 0.16% -
XYZ 1.13 0.65 0.93 -
YUV 17.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 41 5 24 0 0.88 0.41 0.84 328.33 0.78 0.09
Hex 29 5 18 0 58 29 54 148 4E 9
Octal 51 5 30 0 130 51 124 510 116 11
Binary 101001 101 11000 0 1011000 101001 1010100 101001000 1001110 1001

Color Harmonies of #290518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290518

Black with #290518

Text Example


Text Example

White with #290518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290518; }

 p { color: rgb(41,5,24); }

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

background-color css

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

 a { background-color: rgb(41,5,24); }

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

border-color css

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

 span { border-color: rgb(41,5,24); }

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