Html Css Color HEX #500B2E Blackberry

📋 copy color: '#500B2E'

red 80 ◦ green 11 ◦ blue 46

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

Shades of Blackberry #500B2E

Tints of Blackberry #500B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.58%

R = 58.39%
G = 8.03%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#500B2E (or 0x500B2E) is known color: Blackberry. HEX triplet: 50, 0B and 2E. RGB value is (80,11,46). Sum of RGB (Red+Green+Blue) = 80+11+46=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B2E is #AFF4D1. Grayscale: #232323. Windows color (decimal): -11531474 or 3017552. OLE color: 3017552.

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

Color convert

RGB 80 11 46 -
CMYK 0 0.86 0.42 0.69
HSL 329.57º 0.76% 0.18% -
HSV(B) 329.57º 0.86% 0.31% -
XYZ 3.92 2.14 2.79 -
YUV 35.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 80 11 46 0 0.86 0.42 0.69 329.57 0.76 0.18
Hex 50 B 2E 0 56 2A 45 14A 4C 12
Octal 120 13 56 0 126 52 105 512 114 22
Binary 1010000 1011 101110 0 1010110 101010 1000101 101001010 1001100 10010

Color Harmonies of #500B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B2E

Black with #500B2E

Text Example


Text Example

White with #500B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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