Html Css Color HEX #290115 Blackberry

📋 copy color: '#290115'

red 41 ◦ green 1 ◦ blue 21

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

Shades of Blackberry #290115

Tints of Blackberry #290115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 33.33%

R = 65.08%
G = 1.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#290115 (or 0x290115) is known color: Blackberry. HEX triplet: 29, 01 and 15. RGB value is (41,1,21). Sum of RGB (Red+Green+Blue) = 41+1+21=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #290115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290115 is #D6FEEA. Grayscale: #0F0F0F. Windows color (decimal): -14089963 or 1376553. OLE color: 1376553.

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

Color convert

RGB 41 1 21 -
CMYK 0 0.98 0.49 0.84
HSL 330º 0.95% 0.08% -
HSV(B) 330º 0.98% 0.16% -
XYZ 1.06 0.55 0.76 -
YUV 15.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 41 1 21 0 0.98 0.49 0.84 330 0.95 0.08
Hex 29 1 15 0 62 31 54 14A 5F 8
Octal 51 1 25 0 142 61 124 512 137 10
Binary 101001 1 10101 0 1100010 110001 1010100 101001010 1011111 1000

Color Harmonies of #290115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290115

Black with #290115

Text Example


Text Example

White with #290115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290115; }

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

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

background-color css

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

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

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

border-color css

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

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

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