Html Css Color HEX #500833 Blackberry

📋 copy color: '#500833'

red 80 ◦ green 8 ◦ blue 51

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

Shades of Blackberry #500833

Tints of Blackberry #500833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.76%

 BLUE value IS 51 (20.31% from 255) = 36.69%

R = 57.55%
G = 5.76%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#500833 (or 0x500833) is known color: Blackberry. HEX triplet: 50, 08 and 33. RGB value is (80,8,51). Sum of RGB (Red+Green+Blue) = 80+8+51=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #500833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500833 is #AFF7CC. Grayscale: #222222. Windows color (decimal): -11532237 or 3344464. OLE color: 3344464.

HSL color Cylindrical-coordinate representation of color #500833: hue angle of 324.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500833 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 8 51 -
CMYK 0 0.90 0.36 0.69
HSL 324.17º 0.82% 0.17% -
HSV(B) 324.17º 0.9% 0.31% -
XYZ 3.99 2.12 3.33 -
YUV 34.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 80 8 51 0 0.90 0.36 0.69 324.17 0.82 0.17
Hex 50 8 33 0 5A 24 45 144 52 11
Octal 120 10 63 0 132 44 105 504 122 21
Binary 1010000 1000 110011 0 1011010 100100 1000101 101000100 1010010 10001

Color Harmonies of #500833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500833

Black with #500833

Text Example


Text Example

White with #500833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500833; }

 p { color: rgb(80,8,51); }

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

background-color css

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

 a { background-color: rgb(80,8,51); }

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

border-color css

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

 span { border-color: rgb(80,8,51); }

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