Html Css Color HEX #500E32 Blackberry

📋 copy color: '#500E32'

red 80 ◦ green 14 ◦ blue 50

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

Shades of Blackberry #500E32

Tints of Blackberry #500E32

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.72%

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

R = 55.56%
G = 9.72%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#500E32 (or 0x500E32) is known color: Blackberry. HEX triplet: 50, 0E and 32. RGB value is (80,14,50). Sum of RGB (Red+Green+Blue) = 80+14+50=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #500E32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E32 is #AFF1CD. Grayscale: #252525. Windows color (decimal): -11530702 or 3280464. OLE color: 3280464.

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

Color convert

RGB 80 14 50 -
CMYK 0 0.83 0.37 0.69
HSL 327.27º 0.7% 0.18% -
HSV(B) 327.27º 0.83% 0.31% -
XYZ 4.04 2.25 3.24 -
YUV 37.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 80 14 50 0 0.83 0.37 0.69 327.27 0.7 0.18
Hex 50 E 32 0 53 25 45 147 46 12
Octal 120 16 62 0 123 45 105 507 106 22
Binary 1010000 1110 110010 0 1010011 100101 1000101 101000111 1000110 10010

Color Harmonies of #500E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500E32

Black with #500E32

Text Example


Text Example

White with #500E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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