Html Css Color HEX #331221 Blackberry

📋 copy color: '#331221'

red 51 ◦ green 18 ◦ blue 33

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

Shades of Blackberry #331221

Tints of Blackberry #331221

RGB

 RED value IS 51 (20.31% from 255) = 50%

 GREEN value IS 18 (7.42% from 255) = 17.65%

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

R = 50%
G = 17.65%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#331221 (or 0x331221) is known color: Blackberry. HEX triplet: 33, 12 and 21. RGB value is (51,18,33). Sum of RGB (Red+Green+Blue) = 51+18+33=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #331221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331221 is #CCEDDE. Grayscale: #1D1D1D. Windows color (decimal): -13430239 or 2167347. OLE color: 2167347.

HSL color Cylindrical-coordinate representation of color #331221: hue angle of 332.73º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331221 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 18 33 -
CMYK 0 0.65 0.35 0.8
HSL 332.73º 0.48% 0.14% -
HSV(B) 332.73º 0.65% 0.2% -
XYZ 1.86 1.25 1.58 -
YUV 29.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 51 18 33 0 0.65 0.35 0.8 332.73 0.48 0.14
Hex 33 12 21 0 41 23 50 14D 30 E
Octal 63 22 41 0 101 43 120 515 60 16
Binary 110011 10010 100001 0 1000001 100011 1010000 101001101 110000 1110

Color Harmonies of #331221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331221

Black with #331221

Text Example


Text Example

White with #331221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331221; }

 p { color: rgb(51,18,33); }

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

background-color css

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

 a { background-color: rgb(51,18,33); }

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

border-color css

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

 span { border-color: rgb(51,18,33); }

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