Html Css Color HEX #290519 Blackberry

📋 copy color: '#290519'

red 41 ◦ green 5 ◦ blue 25

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

Shades of Blackberry #290519

Tints of Blackberry #290519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 35.21%

R = 57.75%
G = 7.04%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.84

RGB Variations

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

Color information

#290519 (or 0x290519) is known color: Blackberry. HEX triplet: 29, 05 and 19. RGB value is (41,5,25). Sum of RGB (Red+Green+Blue) = 41+5+25=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #290519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290519 is #D6FAE6. Grayscale: #121212. Windows color (decimal): -14088935 or 1639721. OLE color: 1639721.

HSL color Cylindrical-coordinate representation of color #290519: hue angle of 326.67º 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 #290519 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 5 25 -
CMYK 0 0.88 0.39 0.84
HSL 326.67º 0.78% 0.09% -
HSV(B) 326.67º 0.88% 0.16% -
XYZ 1.14 0.65 0.98 -
YUV 18.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 41 5 25 0 0.88 0.39 0.84 326.67 0.78 0.09
Hex 29 5 19 0 58 27 54 147 4E 9
Octal 51 5 31 0 130 47 124 507 116 11
Binary 101001 101 11001 0 1011000 100111 1010100 101000111 1001110 1001

Color Harmonies of #290519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290519

Black with #290519

Text Example


Text Example

White with #290519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290519; }

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

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

background-color css

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

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

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

border-color css

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

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

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