Html Css Color HEX #501633 Blackberry

📋 copy color: '#501633'

red 80 ◦ green 22 ◦ blue 51

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

Shades of Blackberry #501633

Tints of Blackberry #501633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.38%

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

R = 52.29%
G = 14.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#501633 (or 0x501633) is known color: Blackberry. HEX triplet: 50, 16 and 33. RGB value is (80,22,51). Sum of RGB (Red+Green+Blue) = 80+22+51=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #501633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501633 is #AFE9CC. Grayscale: #2A2A2A. Windows color (decimal): -11528653 or 3348048. OLE color: 3348048.

HSL color Cylindrical-coordinate representation of color #501633: hue angle of 330º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501633 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 51 -
CMYK 0 0.72 0.36 0.69
HSL 330º 0.57% 0.2% -
HSV(B) 330º 0.73% 0.31% -
XYZ 4.19 2.52 3.4 -
YUV 42.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 80 22 51 0 0.72 0.36 0.69 330 0.57 0.2
Hex 50 16 33 0 48 24 45 14A 39 14
Octal 120 26 63 0 110 44 105 512 71 24
Binary 1010000 10110 110011 0 1001000 100100 1000101 101001010 111001 10100

Color Harmonies of #501633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501633

Black with #501633

Text Example


Text Example

White with #501633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501633; }

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

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

background-color css

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

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

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

border-color css

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

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

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