Html Css Color HEX #290221 Blackberry

📋 copy color: '#290221'

red 41 ◦ green 2 ◦ blue 33

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

Shades of Blackberry #290221

Tints of Blackberry #290221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.63%

 BLUE value IS 33 (13.28% from 255) = 43.42%

R = 53.95%
G = 2.63%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#290221 (or 0x290221) is known color: Blackberry. HEX triplet: 29, 02 and 21. RGB value is (41,2,33). Sum of RGB (Red+Green+Blue) = 41+2+33=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #290221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290221 is #D6FDDE. Grayscale: #111111. Windows color (decimal): -14089695 or 2163241. OLE color: 2163241.

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

Color convert

RGB 41 2 33 -
CMYK 0 0.95 0.20 0.84
HSL 312.31º 0.91% 0.08% -
HSV(B) 312.31º 0.95% 0.16% -
XYZ 1.21 0.62 1.5 -
YUV 17.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 41 2 33 0 0.95 0.20 0.84 312.31 0.91 0.08
Hex 29 2 21 0 5F 14 54 138 5B 8
Octal 51 2 41 0 137 24 124 470 133 10
Binary 101001 10 100001 0 1011111 10100 1010100 100111000 1011011 1000

Color Harmonies of #290221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290221

Black with #290221

Text Example


Text Example

White with #290221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290221; }

 p { color: rgb(41,2,33); }

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

background-color css

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

 a { background-color: rgb(41,2,33); }

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

border-color css

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

 span { border-color: rgb(41,2,33); }

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