Html Css Color HEX #500D2C Blackberry

📋 copy color: '#500D2C'

red 80 ◦ green 13 ◦ blue 44

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

Shades of Blackberry #500D2C

Tints of Blackberry #500D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 58.39%
G = 9.49%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#500D2C (or 0x500D2C) is known color: Blackberry. HEX triplet: 50, 0D and 2C. RGB value is (80,13,44). Sum of RGB (Red+Green+Blue) = 80+13+44=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D2C is #AFF2D3. Grayscale: #242424. Windows color (decimal): -11530964 or 2886992. OLE color: 2886992.

HSL color Cylindrical-coordinate representation of color #500D2C: hue angle of 332.24º 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 #500D2C is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 13 44 -
CMYK 0 0.84 0.45 0.69
HSL 332.24º 0.72% 0.18% -
HSV(B) 332.24º 0.84% 0.31% -
XYZ 3.91 2.18 2.6 -
YUV 36.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 80 13 44 0 0.84 0.45 0.69 332.24 0.72 0.18
Hex 50 D 2C 0 54 2D 45 14C 48 12
Octal 120 15 54 0 124 55 105 514 110 22
Binary 1010000 1101 101100 0 1010100 101101 1000101 101001100 1001000 10010

Color Harmonies of #500D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D2C

Black with #500D2C

Text Example


Text Example

White with #500D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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