Html Css Color HEX #500628 Blackberry

📋 copy color: '#500628'

red 80 ◦ green 6 ◦ blue 40

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

Shades of Blackberry #500628

Tints of Blackberry #500628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

 BLUE value IS 40 (16.02% from 255) = 31.75%

R = 63.49%
G = 4.76%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#500628 (or 0x500628) is known color: Blackberry. HEX triplet: 50, 06 and 28. RGB value is (80,6,40). Sum of RGB (Red+Green+Blue) = 80+6+40=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #500628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500628 is #AFF9D7. Grayscale: #1F1F1F. Windows color (decimal): -11532760 or 2623056. OLE color: 2623056.

HSL color Cylindrical-coordinate representation of color #500628: hue angle of 332.43º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500628 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 6 40 -
CMYK 0 0.92 0.5 0.69
HSL 332.43º 0.86% 0.17% -
HSV(B) 332.43º 0.93% 0.31% -
XYZ 3.76 1.99 2.19 -
YUV 32 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 80 6 40 0 0.92 0.5 0.69 332.43 0.86 0.17
Hex 50 6 28 0 5C 32 45 14C 56 11
Octal 120 6 50 0 134 62 105 514 126 21
Binary 1010000 110 101000 0 1011100 110010 1000101 101001100 1010110 10001

Color Harmonies of #500628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500628

Black with #500628

Text Example


Text Example

White with #500628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500628; }

 p { color: rgb(80,6,40); }

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

background-color css

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

 a { background-color: rgb(80,6,40); }

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

border-color css

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

 span { border-color: rgb(80,6,40); }

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