Html Css Color HEX #320520 Blackberry

📋 copy color: '#320520'

red 50 ◦ green 5 ◦ blue 32

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

Shades of Blackberry #320520

Tints of Blackberry #320520

RGB

 RED value IS 50 (19.92% from 255) = 57.47%

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

 BLUE value IS 32 (12.89% from 255) = 36.78%

R = 57.47%
G = 5.75%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#320520 (or 0x320520) is known color: Blackberry. HEX triplet: 32, 05 and 20. RGB value is (50,5,32). Sum of RGB (Red+Green+Blue) = 50+5+32=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #320520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320520 is #CDFADF. Grayscale: #151515. Windows color (decimal): -13499104 or 2098482. OLE color: 2098482.

HSL color Cylindrical-coordinate representation of color #320520: hue angle of 324º 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 #320520 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 5 32 -
CMYK 0 0.90 0.36 0.80
HSL 324º 0.82% 0.11% -
HSV(B) 324º 0.9% 0.2% -
XYZ 1.63 0.89 1.45 -
YUV 21.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 50 5 32 0 0.90 0.36 0.80 324 0.82 0.11
Hex 32 5 20 0 5A 24 50 144 52 B
Octal 62 5 40 0 132 44 120 504 122 13
Binary 110010 101 100000 0 1011010 100100 1010000 101000100 1010010 1011

Color Harmonies of #320520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320520

Black with #320520

Text Example


Text Example

White with #320520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320520; }

 p { color: rgb(50,5,32); }

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

background-color css

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

 a { background-color: rgb(50,5,32); }

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

border-color css

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

 span { border-color: rgb(50,5,32); }

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