Html Css Color HEX #501233 Blackberry

📋 copy color: '#501233'

red 80 ◦ green 18 ◦ blue 51

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

Shades of Blackberry #501233

Tints of Blackberry #501233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.08%

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

R = 53.69%
G = 12.08%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#501233 (or 0x501233) is known color: Blackberry. HEX triplet: 50, 12 and 33. RGB value is (80,18,51). Sum of RGB (Red+Green+Blue) = 80+18+51=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501233 is #AFEDCC. Grayscale: #282828. Windows color (decimal): -11529677 or 3347024. OLE color: 3347024.

HSL color Cylindrical-coordinate representation of color #501233: hue angle of 328.06º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501233 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 51 -
CMYK 0 0.78 0.36 0.69
HSL 328.06º 0.63% 0.19% -
HSV(B) 328.06º 0.78% 0.31% -
XYZ 4.12 2.38 3.37 -
YUV 40.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 80 18 51 0 0.78 0.36 0.69 328.06 0.63 0.19
Hex 50 12 33 0 4E 24 45 148 3F 13
Octal 120 22 63 0 116 44 105 510 77 23
Binary 1010000 10010 110011 0 1001110 100100 1000101 101001000 111111 10011

Color Harmonies of #501233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501233

Black with #501233

Text Example


Text Example

White with #501233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501233; }

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

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

background-color css

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

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

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

border-color css

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

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

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