Html Css Color HEX #330321 Blackberry

📋 copy color: '#330321'

red 51 ◦ green 3 ◦ blue 33

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

Shades of Blackberry #330321

Tints of Blackberry #330321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.45%

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

R = 58.62%
G = 3.45%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#330321 (or 0x330321) is known color: Blackberry. HEX triplet: 33, 03 and 21. RGB value is (51,3,33). Sum of RGB (Red+Green+Blue) = 51+3+33=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #330321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330321 is #CCFCDE. Grayscale: #141414. Windows color (decimal): -13434079 or 2163507. OLE color: 2163507.

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

Color convert

RGB 51 3 33 -
CMYK 0 0.94 0.35 0.8
HSL 322.5º 0.89% 0.11% -
HSV(B) 322.5º 0.94% 0.2% -
XYZ 1.67 0.88 1.52 -
YUV 20.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 51 3 33 0 0.94 0.35 0.8 322.5 0.89 0.11
Hex 33 3 21 0 5E 23 50 142 59 B
Octal 63 3 41 0 136 43 120 502 131 13
Binary 110011 11 100001 0 1011110 100011 1010000 101000010 1011001 1011

Color Harmonies of #330321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330321

Black with #330321

Text Example


Text Example

White with #330321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330321; }

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

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

background-color css

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

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

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

border-color css

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

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

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