Html Css Color HEX #330221 Blackberry

📋 copy color: '#330221'

red 51 ◦ green 2 ◦ blue 33

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

Shades of Blackberry #330221

Tints of Blackberry #330221

RGB

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

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

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

R = 59.3%
G = 2.33%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#330221 (or 0x330221) is known color: Blackberry. HEX triplet: 33, 02 and 21. RGB value is (51,2,33). Sum of RGB (Red+Green+Blue) = 51+2+33=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #330221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330221 is #CCFDDE. Grayscale: #141414. Windows color (decimal): -13434335 or 2163251. OLE color: 2163251.

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

Color convert

RGB 51 2 33 -
CMYK 0 0.96 0.35 0.8
HSL 322.04º 0.92% 0.1% -
HSV(B) 322.04º 0.96% 0.2% -
XYZ 1.66 0.86 1.52 -
YUV 20.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 51 2 33 0 0.96 0.35 0.8 322.04 0.92 0.1
Hex 33 2 21 0 60 23 50 142 5C A
Octal 63 2 41 0 140 43 120 502 134 12
Binary 110011 10 100001 0 1100000 100011 1010000 101000010 1011100 1010

Color Harmonies of #330221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330221

Black with #330221

Text Example


Text Example

White with #330221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330221; }

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

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

background-color css

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

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

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

border-color css

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

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

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