Html Css Color HEX #501934 Blackberry

📋 copy color: '#501934'

red 80 ◦ green 25 ◦ blue 52

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

Shades of Blackberry #501934

Tints of Blackberry #501934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

 BLUE value IS 52 (20.7% from 255) = 33.12%

R = 50.96%
G = 15.92%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#501934 (or 0x501934) is known color: Blackberry. HEX triplet: 50, 19 and 34. RGB value is (80,25,52). Sum of RGB (Red+Green+Blue) = 80+25+52=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #501934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501934 is #AFE6CB. Grayscale: #2C2C2C. Windows color (decimal): -11527884 or 3414352. OLE color: 3414352.

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

Color convert

RGB 80 25 52 -
CMYK 0 0.69 0.35 0.69
HSL 330.55º 0.52% 0.21% -
HSV(B) 330.55º 0.69% 0.31% -
XYZ 4.28 2.65 3.53 -
YUV 44.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 80 25 52 0 0.69 0.35 0.69 330.55 0.52 0.21
Hex 50 19 34 0 45 23 45 14B 34 15
Octal 120 31 64 0 105 43 105 513 64 25
Binary 1010000 11001 110100 0 1000101 100011 1000101 101001011 110100 10101

Color Harmonies of #501934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501934

Black with #501934

Text Example


Text Example

White with #501934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501934; }

 p { color: rgb(80,25,52); }

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

background-color css

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

 a { background-color: rgb(80,25,52); }

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

border-color css

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

 span { border-color: rgb(80,25,52); }

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