Html Css Color HEX #330521 Blackberry

📋 copy color: '#330521'

red 51 ◦ green 5 ◦ blue 33

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

Shades of Blackberry #330521

Tints of Blackberry #330521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.62%

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

R = 57.3%
G = 5.62%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#330521 (or 0x330521) is known color: Blackberry. HEX triplet: 33, 05 and 21. RGB value is (51,5,33). Sum of RGB (Red+Green+Blue) = 51+5+33=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #330521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330521 is #CCFADE. Grayscale: #151515. Windows color (decimal): -13433567 or 2164019. OLE color: 2164019.

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

Color convert

RGB 51 5 33 -
CMYK 0 0.90 0.35 0.8
HSL 323.48º 0.82% 0.11% -
HSV(B) 323.48º 0.9% 0.2% -
XYZ 1.69 0.92 1.53 -
YUV 21.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 51 5 33 0 0.90 0.35 0.8 323.48 0.82 0.11
Hex 33 5 21 0 5A 23 50 143 52 B
Octal 63 5 41 0 132 43 120 503 122 13
Binary 110011 101 100001 0 1011010 100011 1010000 101000011 1010010 1011

Color Harmonies of #330521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330521

Black with #330521

Text Example


Text Example

White with #330521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330521; }

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

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

background-color css

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

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

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

border-color css

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

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

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