Html Css Color HEX #330C21 Blackberry

📋 copy color: '#330C21'

red 51 ◦ green 12 ◦ blue 33

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

Shades of Blackberry #330C21

Tints of Blackberry #330C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.5%

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

R = 53.13%
G = 12.5%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#330C21 (or 0x330C21) is known color: Blackberry. HEX triplet: 33, 0C and 21. RGB value is (51,12,33). Sum of RGB (Red+Green+Blue) = 51+12+33=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #330C21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C21 is #CCF3DE. Grayscale: #1A1A1A. Windows color (decimal): -13431775 or 2165811. OLE color: 2165811.

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

Color convert

RGB 51 12 33 -
CMYK 0 0.76 0.35 0.8
HSL 327.69º 0.62% 0.12% -
HSV(B) 327.69º 0.76% 0.2% -
XYZ 1.77 1.08 1.55 -
YUV 26.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 51 12 33 0 0.76 0.35 0.8 327.69 0.62 0.12
Hex 33 C 21 0 4C 23 50 148 3E C
Octal 63 14 41 0 114 43 120 510 76 14
Binary 110011 1100 100001 0 1001100 100011 1010000 101001000 111110 1100

Color Harmonies of #330C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C21

Black with #330C21

Text Example


Text Example

White with #330C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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