Html Css Color HEX #500523 Blackberry

📋 copy color: '#500523'

red 80 ◦ green 5 ◦ blue 35

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

Shades of Blackberry #500523

Tints of Blackberry #500523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.17%

 BLUE value IS 35 (14.06% from 255) = 29.17%

R = 66.67%
G = 4.17%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#500523 (or 0x500523) is known color: Blackberry. HEX triplet: 50, 05 and 23. RGB value is (80,5,35). Sum of RGB (Red+Green+Blue) = 80+5+35=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #500523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500523 is #AFFADC. Grayscale: #1E1E1E. Windows color (decimal): -11533021 or 2295120. OLE color: 2295120.

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

Color convert

RGB 80 5 35 -
CMYK 0 0.94 0.56 0.69
HSL 336º 0.88% 0.17% -
HSV(B) 336º 0.94% 0.31% -
XYZ 3.67 1.94 1.77 -
YUV 30.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 80 5 35 0 0.94 0.56 0.69 336 0.88 0.17
Hex 50 5 23 0 5E 38 45 150 58 11
Octal 120 5 43 0 136 70 105 520 130 21
Binary 1010000 101 100011 0 1011110 111000 1000101 101010000 1011000 10001

Color Harmonies of #500523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500523

Black with #500523

Text Example


Text Example

White with #500523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500523; }

 p { color: rgb(80,5,35); }

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

background-color css

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

 a { background-color: rgb(80,5,35); }

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

border-color css

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

 span { border-color: rgb(80,5,35); }

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