Html Css Color HEX #500027 Blackberry

📋 copy color: '#500027'

red 80 ◦ green 0 ◦ blue 39

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

Shades of Blackberry #500027

Tints of Blackberry #500027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.23%
G = 0%
B = 32.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#500027 (or 0x500027) is known color: Blackberry. HEX triplet: 50, 00 and 27. RGB value is (80,0,39). Sum of RGB (Red+Green+Blue) = 80+0+39=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #500027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500027 is #AFFFD8. Grayscale: #1C1C1C. Windows color (decimal): -11534297 or 2555984. OLE color: 2555984.

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

Color convert

RGB 80 0 39 -
CMYK 0 1 0.51 0.69
HSL 330.75º 1% 0.16% -
HSV(B) 330.75º 1% 0.31% -
XYZ 3.67 1.85 2.08 -
YUV 28.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 80 0 39 0 1 0.51 0.69 330.75 1 0.16
Hex 50 0 27 0 64 33 45 14B 64 10
Octal 120 0 47 0 144 63 105 513 144 20
Binary 1010000 0 100111 0 1100100 110011 1000101 101001011 1100100 10000

Color Harmonies of #500027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500027

Black with #500027

Text Example


Text Example

White with #500027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500027; }

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

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

background-color css

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

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

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

border-color css

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

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

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