Html Css Color HEX #290618 Blackberry

📋 copy color: '#290618'

red 41 ◦ green 6 ◦ blue 24

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

Shades of Blackberry #290618

Tints of Blackberry #290618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.45%

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

R = 57.75%
G = 8.45%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#290618 (or 0x290618) is known color: Blackberry. HEX triplet: 29, 06 and 18. RGB value is (41,6,24). Sum of RGB (Red+Green+Blue) = 41+6+24=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 6 (2.73% from 255 or 8.45% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #290618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290618 is #D6F9E7. Grayscale: #121212. Windows color (decimal): -14088680 or 1574441. OLE color: 1574441.

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

Color convert

RGB 41 6 24 -
CMYK 0 0.85 0.41 0.84
HSL 329.14º 0.74% 0.09% -
HSV(B) 329.14º 0.85% 0.16% -
XYZ 1.14 0.67 0.93 -
YUV 18.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 41 6 24 0 0.85 0.41 0.84 329.14 0.74 0.09
Hex 29 6 18 0 55 29 54 149 4A 9
Octal 51 6 30 0 125 51 124 511 112 11
Binary 101001 110 11000 0 1010101 101001 1010100 101001001 1001010 1001

Color Harmonies of #290618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290618

Black with #290618

Text Example


Text Example

White with #290618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290618; }

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

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

background-color css

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

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

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

border-color css

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

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

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