Html Css Color HEX #501B3D Blackberry

📋 copy color: '#501B3D'

red 80 ◦ green 27 ◦ blue 61

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

Shades of Blackberry #501B3D

Tints of Blackberry #501B3D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.07%

 BLUE value IS 61 (24.22% from 255) = 36.31%

R = 47.62%
G = 16.07%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#501B3D (or 0x501B3D) is known color: Blackberry. HEX triplet: 50, 1B and 3D. RGB value is (80,27,61). Sum of RGB (Red+Green+Blue) = 80+27+61=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B3D is #AFE4C2. Grayscale: #2E2E2E. Windows color (decimal): -11527363 or 4004688. OLE color: 4004688.

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

Color convert

RGB 80 27 61 -
CMYK 0 0.66 0.24 0.69
HSL 321.51º 0.5% 0.21% -
HSV(B) 321.51º 0.66% 0.31% -
XYZ 4.54 2.83 4.72 -
YUV 46.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 80 27 61 0 0.66 0.24 0.69 321.51 0.5 0.21
Hex 50 1B 3D 0 42 18 45 142 32 15
Octal 120 33 75 0 102 30 105 502 62 25
Binary 1010000 11011 111101 0 1000010 11000 1000101 101000010 110010 10101

Color Harmonies of #501B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B3D

Black with #501B3D

Text Example


Text Example

White with #501B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,27,61); }

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

background-color css

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

 a { background-color: rgb(80,27,61); }

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

border-color css

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

 span { border-color: rgb(80,27,61); }

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