Html Css Color HEX #290020 Blackberry

📋 copy color: '#290020'

red 41 ◦ green 0 ◦ blue 32

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

Shades of Blackberry #290020

Tints of Blackberry #290020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 43.84%

R = 56.16%
G = 0%
B = 43.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#290020 (or 0x290020) is known color: Blackberry. HEX triplet: 29, 00 and 20. RGB value is (41,0,32). Sum of RGB (Red+Green+Blue) = 41+0+32=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #290020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290020 is #D6FFDF. Grayscale: #0F0F0F. Windows color (decimal): -14090208 or 2097193. OLE color: 2097193.

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

Color convert

RGB 41 0 32 -
CMYK 0 1 0.22 0.84
HSL 313.17º 1% 0.08% -
HSV(B) 313.17º 1% 0.16% -
XYZ 1.18 0.58 1.42 -
YUV 15.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 41 0 32 0 1 0.22 0.84 313.17 1 0.08
Hex 29 0 20 0 64 16 54 139 64 8
Octal 51 0 40 0 144 26 124 471 144 10
Binary 101001 0 100000 0 1100100 10110 1010100 100111001 1100100 1000

Color Harmonies of #290020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290020

Black with #290020

Text Example


Text Example

White with #290020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290020; }

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

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

background-color css

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

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

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

border-color css

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

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

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