Html Css Color HEX #290419 Blackberry

📋 copy color: '#290419'

red 41 ◦ green 4 ◦ blue 25

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

Shades of Blackberry #290419

Tints of Blackberry #290419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.71%

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

R = 58.57%
G = 5.71%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.84

RGB Variations

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

Color information

#290419 (or 0x290419) is known color: Blackberry. HEX triplet: 29, 04 and 19. RGB value is (41,4,25). Sum of RGB (Red+Green+Blue) = 41+4+25=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #290419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290419 is #D6FBE6. Grayscale: #111111. Windows color (decimal): -14089191 or 1639465. OLE color: 1639465.

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

Color convert

RGB 41 4 25 -
CMYK 0 0.90 0.39 0.84
HSL 325.95º 0.82% 0.09% -
HSV(B) 325.95º 0.9% 0.16% -
XYZ 1.13 0.63 0.98 -
YUV 17.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 41 4 25 0 0.90 0.39 0.84 325.95 0.82 0.09
Hex 29 4 19 0 5A 27 54 146 52 9
Octal 51 4 31 0 132 47 124 506 122 11
Binary 101001 100 11001 0 1011010 100111 1010100 101000110 1010010 1001

Color Harmonies of #290419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290419

Black with #290419

Text Example


Text Example

White with #290419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290419; }

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

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

background-color css

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

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

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

border-color css

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

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

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