Html Css Color HEX #500327 Blackberry

📋 copy color: '#500327'

red 80 ◦ green 3 ◦ blue 39

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

Shades of Blackberry #500327

Tints of Blackberry #500327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.97%

R = 65.57%
G = 2.46%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#500327 (or 0x500327) is known color: Blackberry. HEX triplet: 50, 03 and 27. RGB value is (80,3,39). Sum of RGB (Red+Green+Blue) = 80+3+39=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #500327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500327 is #AFFCD8. Grayscale: #1E1E1E. Windows color (decimal): -11533529 or 2556752. OLE color: 2556752.

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

Color convert

RGB 80 3 39 -
CMYK 0 0.96 0.51 0.69
HSL 331.95º 0.93% 0.16% -
HSV(B) 331.95º 0.96% 0.31% -
XYZ 3.71 1.92 2.09 -
YUV 30.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 80 3 39 0 0.96 0.51 0.69 331.95 0.93 0.16
Hex 50 3 27 0 60 33 45 14C 5D 10
Octal 120 3 47 0 140 63 105 514 135 20
Binary 1010000 11 100111 0 1100000 110011 1000101 101001100 1011101 10000

Color Harmonies of #500327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500327

Black with #500327

Text Example


Text Example

White with #500327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500327; }

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

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

background-color css

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

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

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

border-color css

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

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

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