Html Css Color HEX #500B32 Blackberry

📋 copy color: '#500B32'

red 80 ◦ green 11 ◦ blue 50

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

Shades of Blackberry #500B32

Tints of Blackberry #500B32

RGB

 RED value IS 80 (31.64% from 255) = 56.74%

 GREEN value IS 11 (4.69% from 255) = 7.8%

 BLUE value IS 50 (19.92% from 255) = 35.46%

R = 56.74%
G = 7.8%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#500B32 (or 0x500B32) is known color: Blackberry. HEX triplet: 50, 0B and 32. RGB value is (80,11,50). Sum of RGB (Red+Green+Blue) = 80+11+50=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #500B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B32 is #AFF4CD. Grayscale: #232323. Windows color (decimal): -11531470 or 3279696. OLE color: 3279696.

HSL color Cylindrical-coordinate representation of color #500B32: hue angle of 326.09º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500B32 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 11 50 -
CMYK 0 0.86 0.37 0.69
HSL 326.09º 0.76% 0.18% -
HSV(B) 326.09º 0.86% 0.31% -
XYZ 4 2.18 3.23 -
YUV 36.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 80 11 50 0 0.86 0.37 0.69 326.09 0.76 0.18
Hex 50 B 32 0 56 25 45 146 4C 12
Octal 120 13 62 0 126 45 105 506 114 22
Binary 1010000 1011 110010 0 1010110 100101 1000101 101000110 1001100 10010

Color Harmonies of #500B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B32

Black with #500B32

Text Example


Text Example

White with #500B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500B32; }

 p { color: rgb(80,11,50); }

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

background-color css

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

 a { background-color: rgb(80,11,50); }

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

border-color css

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

 span { border-color: rgb(80,11,50); }

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