Html Css Color HEX #500B2D Blackberry

📋 copy color: '#500B2D'

red 80 ◦ green 11 ◦ blue 45

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

Shades of Blackberry #500B2D

Tints of Blackberry #500B2D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.09%

 BLUE value IS 45 (17.97% from 255) = 33.09%

R = 58.82%
G = 8.09%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#500B2D (or 0x500B2D) is known color: Blackberry. HEX triplet: 50, 0B and 2D. RGB value is (80,11,45). Sum of RGB (Red+Green+Blue) = 80+11+45=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #500B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B2D is #AFF4D2. Grayscale: #232323. Windows color (decimal): -11531475 or 2952016. OLE color: 2952016.

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

Color convert

RGB 80 11 45 -
CMYK 0 0.86 0.44 0.69
HSL 330.43º 0.76% 0.18% -
HSV(B) 330.43º 0.86% 0.31% -
XYZ 3.9 2.13 2.69 -
YUV 35.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 80 11 45 0 0.86 0.44 0.69 330.43 0.76 0.18
Hex 50 B 2D 0 56 2C 45 14A 4C 12
Octal 120 13 55 0 126 54 105 512 114 22
Binary 1010000 1011 101101 0 1010110 101100 1000101 101001010 1001100 10010

Color Harmonies of #500B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B2D

Black with #500B2D

Text Example


Text Example

White with #500B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,11,45); }

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

background-color css

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

 a { background-color: rgb(80,11,45); }

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

border-color css

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

 span { border-color: rgb(80,11,45); }

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