Html Css Color HEX #290119 Blackberry

📋 copy color: '#290119'

red 41 ◦ green 1 ◦ blue 25

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

Shades of Blackberry #290119

Tints of Blackberry #290119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.49%

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

R = 61.19%
G = 1.49%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.84

RGB Variations

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

Color information

#290119 (or 0x290119) is known color: Blackberry. HEX triplet: 29, 01 and 19. RGB value is (41,1,25). Sum of RGB (Red+Green+Blue) = 41+1+25=67 (8% of max value = 765). Red value is 41 (16.41% from 255 or 61.19% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 41 - color contains mainly: red. Hex color #290119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290119 is #D6FEE6. Grayscale: #0F0F0F. Windows color (decimal): -14089959 or 1638697. OLE color: 1638697.

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

Color convert

RGB 41 1 25 -
CMYK 0 0.98 0.39 0.84
HSL 324º 0.95% 0.08% -
HSV(B) 324º 0.98% 0.16% -
XYZ 1.1 0.56 0.97 -
YUV 15.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 41 1 25 0 0.98 0.39 0.84 324 0.95 0.08
Hex 29 1 19 0 62 27 54 144 5F 8
Octal 51 1 31 0 142 47 124 504 137 10
Binary 101001 1 11001 0 1100010 100111 1010100 101000100 1011111 1000

Color Harmonies of #290119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290119

Black with #290119

Text Example


Text Example

White with #290119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290119; }

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

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

background-color css

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

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

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

border-color css

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

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

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