Html Css Color HEX #500324 Blackberry

📋 copy color: '#500324'

red 80 ◦ green 3 ◦ blue 36

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

Shades of Blackberry #500324

Tints of Blackberry #500324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.52%

 BLUE value IS 36 (14.45% from 255) = 30.25%

R = 67.23%
G = 2.52%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#500324 (or 0x500324) is known color: Blackberry. HEX triplet: 50, 03 and 24. RGB value is (80,3,36). Sum of RGB (Red+Green+Blue) = 80+3+36=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #500324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500324 is #AFFCDB. Grayscale: #1D1D1D. Windows color (decimal): -11533532 or 2360144. OLE color: 2360144.

HSL color Cylindrical-coordinate representation of color #500324: hue angle of 334.29º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500324 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 3 36 -
CMYK 0 0.96 0.55 0.69
HSL 334.29º 0.93% 0.16% -
HSV(B) 334.29º 0.96% 0.31% -
XYZ 3.66 1.9 1.84 -
YUV 29.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 80 3 36 0 0.96 0.55 0.69 334.29 0.93 0.16
Hex 50 3 24 0 60 37 45 14E 5D 10
Octal 120 3 44 0 140 67 105 516 135 20
Binary 1010000 11 100100 0 1100000 110111 1000101 101001110 1011101 10000

Color Harmonies of #500324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500324

Black with #500324

Text Example


Text Example

White with #500324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500324; }

 p { color: rgb(80,3,36); }

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

background-color css

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

 a { background-color: rgb(80,3,36); }

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

border-color css

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

 span { border-color: rgb(80,3,36); }

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