Html Css Color HEX #290421 Blackberry

📋 copy color: '#290421'

red 41 ◦ green 4 ◦ blue 33

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

Shades of Blackberry #290421

Tints of Blackberry #290421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.13%

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

R = 52.56%
G = 5.13%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#290421 (or 0x290421) is known color: Blackberry. HEX triplet: 29, 04 and 21. RGB value is (41,4,33). Sum of RGB (Red+Green+Blue) = 41+4+33=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #290421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290421 is #D6FBDE. Grayscale: #121212. Windows color (decimal): -14089183 or 2163753. OLE color: 2163753.

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

Color convert

RGB 41 4 33 -
CMYK 0 0.90 0.20 0.84
HSL 312.97º 0.82% 0.09% -
HSV(B) 312.97º 0.9% 0.16% -
XYZ 1.23 0.67 1.5 -
YUV 18.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 41 4 33 0 0.90 0.20 0.84 312.97 0.82 0.09
Hex 29 4 21 0 5A 14 54 139 52 9
Octal 51 4 41 0 132 24 124 471 122 11
Binary 101001 100 100001 0 1011010 10100 1010100 100111001 1010010 1001

Color Harmonies of #290421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290421

Black with #290421

Text Example


Text Example

White with #290421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290421; }

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

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

background-color css

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

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

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

border-color css

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

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

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