Html Css Color HEX #501B36 Blackberry

📋 copy color: '#501B36'

red 80 ◦ green 27 ◦ blue 54

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

Shades of Blackberry #501B36

Tints of Blackberry #501B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.54%

R = 49.69%
G = 16.77%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#501B36 (or 0x501B36) is known color: Blackberry. HEX triplet: 50, 1B and 36. RGB value is (80,27,54). Sum of RGB (Red+Green+Blue) = 80+27+54=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #501B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B36 is #AFE4C9. Grayscale: #2D2D2D. Windows color (decimal): -11527370 or 3545936. OLE color: 3545936.

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

Color convert

RGB 80 27 54 -
CMYK 0 0.66 0.33 0.69
HSL 329.43º 0.5% 0.21% -
HSV(B) 329.43º 0.66% 0.31% -
XYZ 4.37 2.76 3.79 -
YUV 45.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 80 27 54 0 0.66 0.33 0.69 329.43 0.5 0.21
Hex 50 1B 36 0 42 21 45 149 32 15
Octal 120 33 66 0 102 41 105 511 62 25
Binary 1010000 11011 110110 0 1000010 100001 1000101 101001001 110010 10101

Color Harmonies of #501B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B36

Black with #501B36

Text Example


Text Example

White with #501B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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