Html Css Color HEX #330921 Blackberry

📋 copy color: '#330921'

red 51 ◦ green 9 ◦ blue 33

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

Shades of Blackberry #330921

Tints of Blackberry #330921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.68%

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

R = 54.84%
G = 9.68%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#330921 (or 0x330921) is known color: Blackberry. HEX triplet: 33, 09 and 21. RGB value is (51,9,33). Sum of RGB (Red+Green+Blue) = 51+9+33=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #330921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330921 is #CCF6DE. Grayscale: #181818. Windows color (decimal): -13432543 or 2165043. OLE color: 2165043.

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

Color convert

RGB 51 9 33 -
CMYK 0 0.82 0.35 0.8
HSL 325.71º 0.7% 0.12% -
HSV(B) 325.71º 0.82% 0.2% -
XYZ 1.74 1.01 1.54 -
YUV 24.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 51 9 33 0 0.82 0.35 0.8 325.71 0.7 0.12
Hex 33 9 21 0 52 23 50 146 46 C
Octal 63 11 41 0 122 43 120 506 106 14
Binary 110011 1001 100001 0 1010010 100011 1010000 101000110 1000110 1100

Color Harmonies of #330921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330921

Black with #330921

Text Example


Text Example

White with #330921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330921; }

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

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

background-color css

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

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

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

border-color css

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

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

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