Html Css Color HEX #501A39 Blackberry

📋 copy color: '#501A39'

red 80 ◦ green 26 ◦ blue 57

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

Shades of Blackberry #501A39

Tints of Blackberry #501A39

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.95%

 BLUE value IS 57 (22.66% from 255) = 34.97%

R = 49.08%
G = 15.95%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#501A39 (or 0x501A39) is known color: Blackberry. HEX triplet: 50, 1A and 39. RGB value is (80,26,57). Sum of RGB (Red+Green+Blue) = 80+26+57=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #501A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A39 is #AFE5C6. Grayscale: #2D2D2D. Windows color (decimal): -11527623 or 3742288. OLE color: 3742288.

HSL color Cylindrical-coordinate representation of color #501A39: hue angle of 325.56º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A39 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 26 57 -
CMYK 0 0.67 0.29 0.69
HSL 325.56º 0.51% 0.21% -
HSV(B) 325.56º 0.68% 0.31% -
XYZ 4.42 2.74 4.17 -
YUV 45.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 80 26 57 0 0.67 0.29 0.69 325.56 0.51 0.21
Hex 50 1A 39 0 43 1D 45 146 33 15
Octal 120 32 71 0 103 35 105 506 63 25
Binary 1010000 11010 111001 0 1000011 11101 1000101 101000110 110011 10101

Color Harmonies of #501A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A39

Black with #501A39

Text Example


Text Example

White with #501A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501A39; }

 p { color: rgb(80,26,57); }

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

background-color css

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

 a { background-color: rgb(80,26,57); }

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

border-color css

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

 span { border-color: rgb(80,26,57); }

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