Html Css Color HEX #290718 Blackberry

📋 copy color: '#290718'

red 41 ◦ green 7 ◦ blue 24

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

Shades of Blackberry #290718

Tints of Blackberry #290718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.72%

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

R = 56.94%
G = 9.72%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#290718 (or 0x290718) is known color: Blackberry. HEX triplet: 29, 07 and 18. RGB value is (41,7,24). Sum of RGB (Red+Green+Blue) = 41+7+24=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #290718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290718 is #D6F8E7. Grayscale: #131313. Windows color (decimal): -14088424 or 1574697. OLE color: 1574697.

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

Color convert

RGB 41 7 24 -
CMYK 0 0.83 0.41 0.84
HSL 330º 0.71% 0.09% -
HSV(B) 330º 0.83% 0.16% -
XYZ 1.16 0.69 0.94 -
YUV 19.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 41 7 24 0 0.83 0.41 0.84 330 0.71 0.09
Hex 29 7 18 0 53 29 54 14A 47 9
Octal 51 7 30 0 123 51 124 512 107 11
Binary 101001 111 11000 0 1010011 101001 1010100 101001010 1000111 1001

Color Harmonies of #290718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290718

Black with #290718

Text Example


Text Example

White with #290718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290718; }

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

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

background-color css

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

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

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

border-color css

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

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

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