Html Css Color HEX #500935 Blackberry

📋 copy color: '#500935'

red 80 ◦ green 9 ◦ blue 53

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

Shades of Blackberry #500935

Tints of Blackberry #500935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.34%

 BLUE value IS 53 (21.09% from 255) = 37.32%

R = 56.34%
G = 6.34%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#500935 (or 0x500935) is known color: Blackberry. HEX triplet: 50, 09 and 35. RGB value is (80,9,53). Sum of RGB (Red+Green+Blue) = 80+9+53=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #500935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500935 is #AFF6CA. Grayscale: #232323. Windows color (decimal): -11531979 or 3475792. OLE color: 3475792.

HSL color Cylindrical-coordinate representation of color #500935: hue angle of 322.82º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500935 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 9 53 -
CMYK 0 0.89 0.34 0.69
HSL 322.82º 0.8% 0.17% -
HSV(B) 322.82º 0.89% 0.31% -
XYZ 4.05 2.16 3.57 -
YUV 35.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 80 9 53 0 0.89 0.34 0.69 322.82 0.8 0.17
Hex 50 9 35 0 59 22 45 143 50 11
Octal 120 11 65 0 131 42 105 503 120 21
Binary 1010000 1001 110101 0 1011001 100010 1000101 101000011 1010000 10001

Color Harmonies of #500935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500935

Black with #500935

Text Example


Text Example

White with #500935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500935; }

 p { color: rgb(80,9,53); }

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

background-color css

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

 a { background-color: rgb(80,9,53); }

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

border-color css

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

 span { border-color: rgb(80,9,53); }

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