Html Css Color HEX #290521 Blackberry

📋 copy color: '#290521'

red 41 ◦ green 5 ◦ blue 33

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

Shades of Blackberry #290521

Tints of Blackberry #290521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.33%

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

R = 51.9%
G = 6.33%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#290521 (or 0x290521) is known color: Blackberry. HEX triplet: 29, 05 and 21. RGB value is (41,5,33). Sum of RGB (Red+Green+Blue) = 41+5+33=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #290521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290521 is #D6FADE. Grayscale: #121212. Windows color (decimal): -14088927 or 2164009. OLE color: 2164009.

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

Color convert

RGB 41 5 33 -
CMYK 0 0.88 0.20 0.84
HSL 313.33º 0.78% 0.09% -
HSV(B) 313.33º 0.88% 0.16% -
XYZ 1.24 0.69 1.51 -
YUV 18.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 41 5 33 0 0.88 0.20 0.84 313.33 0.78 0.09
Hex 29 5 21 0 58 14 54 139 4E 9
Octal 51 5 41 0 130 24 124 471 116 11
Binary 101001 101 100001 0 1011000 10100 1010100 100111001 1001110 1001

Color Harmonies of #290521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290521

Black with #290521

Text Example


Text Example

White with #290521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290521; }

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

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

background-color css

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

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

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

border-color css

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

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

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