Html Css Color HEX #501A3E Blackberry

📋 copy color: '#501A3E'

red 80 ◦ green 26 ◦ blue 62

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

Shades of Blackberry #501A3E

Tints of Blackberry #501A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 36.9%

R = 47.62%
G = 15.48%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#501A3E (or 0x501A3E) is known color: Blackberry. HEX triplet: 50, 1A and 3E. RGB value is (80,26,62). Sum of RGB (Red+Green+Blue) = 80+26+62=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A3E is #AFE5C1. Grayscale: #2E2E2E. Windows color (decimal): -11527618 or 4069968. OLE color: 4069968.

HSL color Cylindrical-coordinate representation of color #501A3E: hue angle of 320º 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 #501A3E is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 26 62 -
CMYK 0 0.67 0.22 0.69
HSL 320º 0.51% 0.21% -
HSV(B) 320º 0.68% 0.31% -
XYZ 4.55 2.79 4.86 -
YUV 46.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 80 26 62 0 0.67 0.22 0.69 320 0.51 0.21
Hex 50 1A 3E 0 43 16 45 140 33 15
Octal 120 32 76 0 103 26 105 500 63 25
Binary 1010000 11010 111110 0 1000011 10110 1000101 101000000 110011 10101

Color Harmonies of #501A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A3E

Black with #501A3E

Text Example


Text Example

White with #501A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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