Html Css Color HEX #501234 Blackberry

📋 copy color: '#501234'

red 80 ◦ green 18 ◦ blue 52

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

Shades of Blackberry #501234

Tints of Blackberry #501234

RGB

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

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

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

R = 53.33%
G = 12%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#501234 (or 0x501234) is known color: Blackberry. HEX triplet: 50, 12 and 34. RGB value is (80,18,52). Sum of RGB (Red+Green+Blue) = 80+18+52=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #501234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501234 is #AFEDCB. Grayscale: #282828. Windows color (decimal): -11529676 or 3412560. OLE color: 3412560.

HSL color Cylindrical-coordinate representation of color #501234: hue angle of 327.1º 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 #501234 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 52 -
CMYK 0 0.78 0.35 0.69
HSL 327.1º 0.63% 0.19% -
HSV(B) 327.1º 0.78% 0.31% -
XYZ 4.14 2.39 3.49 -
YUV 40.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 80 18 52 0 0.78 0.35 0.69 327.1 0.63 0.19
Hex 50 12 34 0 4E 23 45 147 3F 13
Octal 120 22 64 0 116 43 105 507 77 23
Binary 1010000 10010 110100 0 1001110 100011 1000101 101000111 111111 10011

Color Harmonies of #501234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501234

Black with #501234

Text Example


Text Example

White with #501234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501234; }

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

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

background-color css

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

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

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

border-color css

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

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

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