Html Css Color HEX #290319 Blackberry

📋 copy color: '#290319'

red 41 ◦ green 3 ◦ blue 25

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

Shades of Blackberry #290319

Tints of Blackberry #290319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.35%

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

R = 59.42%
G = 4.35%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.84

RGB Variations

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

Color information

#290319 (or 0x290319) is known color: Blackberry. HEX triplet: 29, 03 and 19. RGB value is (41,3,25). Sum of RGB (Red+Green+Blue) = 41+3+25=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #290319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290319 is #D6FCE6. Grayscale: #101010. Windows color (decimal): -14089447 or 1639209. OLE color: 1639209.

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

Color convert

RGB 41 3 25 -
CMYK 0 0.93 0.39 0.84
HSL 325.26º 0.86% 0.09% -
HSV(B) 325.26º 0.93% 0.16% -
XYZ 1.12 0.61 0.98 -
YUV 16.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 41 3 25 0 0.93 0.39 0.84 325.26 0.86 0.09
Hex 29 3 19 0 5D 27 54 145 56 9
Octal 51 3 31 0 135 47 124 505 126 11
Binary 101001 11 11001 0 1011101 100111 1010100 101000101 1010110 1001

Color Harmonies of #290319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290319

Black with #290319

Text Example


Text Example

White with #290319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290319; }

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

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

background-color css

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

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

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

border-color css

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

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

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