Html Css Color HEX #500325 Blackberry

📋 copy color: '#500325'

red 80 ◦ green 3 ◦ blue 37

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

Shades of Blackberry #500325

Tints of Blackberry #500325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 30.83%

R = 66.67%
G = 2.5%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#500325 (or 0x500325) is known color: Blackberry. HEX triplet: 50, 03 and 25. RGB value is (80,3,37). Sum of RGB (Red+Green+Blue) = 80+3+37=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #500325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500325 is #AFFCDA. Grayscale: #1D1D1D. Windows color (decimal): -11533531 or 2425680. OLE color: 2425680.

HSL color Cylindrical-coordinate representation of color #500325: hue angle of 333.51º 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 #500325 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 3 37 -
CMYK 0 0.96 0.54 0.69
HSL 333.51º 0.93% 0.16% -
HSV(B) 333.51º 0.96% 0.31% -
XYZ 3.67 1.9 1.92 -
YUV 29.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 80 3 37 0 0.96 0.54 0.69 333.51 0.93 0.16
Hex 50 3 25 0 60 36 45 14E 5D 10
Octal 120 3 45 0 140 66 105 516 135 20
Binary 1010000 11 100101 0 1100000 110110 1000101 101001110 1011101 10000

Color Harmonies of #500325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500325

Black with #500325

Text Example


Text Example

White with #500325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500325; }

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

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

background-color css

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

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

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

border-color css

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

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

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