Html Css Color HEX #500D32 Blackberry

📋 copy color: '#500D32'

red 80 ◦ green 13 ◦ blue 50

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

Shades of Blackberry #500D32

Tints of Blackberry #500D32

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.09%

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

R = 55.94%
G = 9.09%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#500D32 (or 0x500D32) is known color: Blackberry. HEX triplet: 50, 0D and 32. RGB value is (80,13,50). Sum of RGB (Red+Green+Blue) = 80+13+50=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #500D32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D32 is #AFF2CD. Grayscale: #252525. Windows color (decimal): -11530958 or 3280208. OLE color: 3280208.

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

Color convert

RGB 80 13 50 -
CMYK 0 0.84 0.37 0.69
HSL 326.87º 0.72% 0.18% -
HSV(B) 326.87º 0.84% 0.31% -
XYZ 4.03 2.22 3.23 -
YUV 37.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 80 13 50 0 0.84 0.37 0.69 326.87 0.72 0.18
Hex 50 D 32 0 54 25 45 147 48 12
Octal 120 15 62 0 124 45 105 507 110 22
Binary 1010000 1101 110010 0 1010100 100101 1000101 101000111 1001000 10010

Color Harmonies of #500D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D32

Black with #500D32

Text Example


Text Example

White with #500D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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