Html Css Color HEX #290021 Blackberry

📋 copy color: '#290021'

red 41 ◦ green 0 ◦ blue 33

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

Shades of Blackberry #290021

Tints of Blackberry #290021

RGB

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

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

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

R = 55.41%
G = 0%
B = 44.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#290021 (or 0x290021) is known color: Blackberry. HEX triplet: 29, 00 and 21. RGB value is (41,0,33). Sum of RGB (Red+Green+Blue) = 41+0+33=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #290021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290021 is #D6FFDE. Grayscale: #0F0F0F. Windows color (decimal): -14090207 or 2162729. OLE color: 2162729.

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

Color convert

RGB 41 0 33 -
CMYK 0 1 0.20 0.84
HSL 311.71º 1% 0.08% -
HSV(B) 311.71º 1% 0.16% -
XYZ 1.19 0.58 1.49 -
YUV 16.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 41 0 33 0 1 0.20 0.84 311.71 1 0.08
Hex 29 0 21 0 64 14 54 138 64 8
Octal 51 0 41 0 144 24 124 470 144 10
Binary 101001 0 100001 0 1100100 10100 1010100 100111000 1100100 1000

Color Harmonies of #290021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290021

Black with #290021

Text Example


Text Example

White with #290021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290021; }

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

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

background-color css

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

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

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

border-color css

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

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

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