Html Css Color HEX #500C36 Blackberry

📋 copy color: '#500C36'

red 80 ◦ green 12 ◦ blue 54

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

Shades of Blackberry #500C36

Tints of Blackberry #500C36

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.22%

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

R = 54.79%
G = 8.22%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#500C36 (or 0x500C36) is known color: Blackberry. HEX triplet: 50, 0C and 36. RGB value is (80,12,54). Sum of RGB (Red+Green+Blue) = 80+12+54=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #500C36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500C36 is #AFF3C9. Grayscale: #252525. Windows color (decimal): -11531210 or 3542096. OLE color: 3542096.

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

Color convert

RGB 80 12 54 -
CMYK 0 0.85 0.33 0.69
HSL 322.94º 0.74% 0.18% -
HSV(B) 322.94º 0.85% 0.31% -
XYZ 4.11 2.23 3.7 -
YUV 37.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 80 12 54 0 0.85 0.33 0.69 322.94 0.74 0.18
Hex 50 C 36 0 55 21 45 143 4A 12
Octal 120 14 66 0 125 41 105 503 112 22
Binary 1010000 1100 110110 0 1010101 100001 1000101 101000011 1001010 10010

Color Harmonies of #500C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500C36

Black with #500C36

Text Example


Text Example

White with #500C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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