Html Css Color HEX #500A36 Blackberry

📋 copy color: '#500A36'

red 80 ◦ green 10 ◦ blue 54

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

Shades of Blackberry #500A36

Tints of Blackberry #500A36

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.94%

 BLUE value IS 54 (21.48% from 255) = 37.5%

R = 55.56%
G = 6.94%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#500A36 (or 0x500A36) is known color: Blackberry. HEX triplet: 50, 0A and 36. RGB value is (80,10,54). Sum of RGB (Red+Green+Blue) = 80+10+54=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #500A36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A36 is #AFF5C9. Grayscale: #232323. Windows color (decimal): -11531722 or 3541584. OLE color: 3541584.

HSL color Cylindrical-coordinate representation of color #500A36: hue angle of 322.29º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500A36 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 10 54 -
CMYK 0 0.87 0.33 0.69
HSL 322.29º 0.78% 0.18% -
HSV(B) 322.29º 0.88% 0.31% -
XYZ 4.08 2.19 3.7 -
YUV 35.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 80 10 54 0 0.87 0.33 0.69 322.29 0.78 0.18
Hex 50 A 36 0 57 21 45 142 4E 12
Octal 120 12 66 0 127 41 105 502 116 22
Binary 1010000 1010 110110 0 1010111 100001 1000101 101000010 1001110 10010

Color Harmonies of #500A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500A36

Black with #500A36

Text Example


Text Example

White with #500A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,10,54); }

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

background-color css

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

 a { background-color: rgb(80,10,54); }

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

border-color css

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

 span { border-color: rgb(80,10,54); }

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