Html Css Color HEX #290015 Blackberry

📋 copy color: '#290015'

red 41 ◦ green 0 ◦ blue 21

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

Shades of Blackberry #290015

Tints of Blackberry #290015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.13%
G = 0%
B = 33.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#290015 (or 0x290015) is known color: Blackberry. HEX triplet: 29, 00 and 15. RGB value is (41,0,21). Sum of RGB (Red+Green+Blue) = 41+0+21=62 (8% of max value = 765). Red value is 41 (16.41% from 255 or 66.13% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 41 - color contains mainly: red. Hex color #290015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290015 is #D6FFEA. Grayscale: #0E0E0E. Windows color (decimal): -14090219 or 1376297. OLE color: 1376297.

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

Color convert

RGB 41 0 21 -
CMYK 0 1 0.49 0.84
HSL 329.27º 1% 0.08% -
HSV(B) 329.27º 1% 0.16% -
XYZ 1.05 0.53 0.76 -
YUV 14.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 41 0 21 0 1 0.49 0.84 329.27 1 0.08
Hex 29 0 15 0 64 31 54 149 64 8
Octal 51 0 25 0 144 61 124 511 144 10
Binary 101001 0 10101 0 1100100 110001 1010100 101001001 1100100 1000

Color Harmonies of #290015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290015

Black with #290015

Text Example


Text Example

White with #290015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290015; }

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

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

background-color css

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

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

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

border-color css

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

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

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