Html Css Color HEX #501238 Blackberry

📋 copy color: '#501238'

red 80 ◦ green 18 ◦ blue 56

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

Shades of Blackberry #501238

Tints of Blackberry #501238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 36.36%

R = 51.95%
G = 11.69%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#501238 (or 0x501238) is known color: Blackberry. HEX triplet: 50, 12 and 38. RGB value is (80,18,56). Sum of RGB (Red+Green+Blue) = 80+18+56=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501238 is #AFEDC7. Grayscale: #282828. Windows color (decimal): -11529672 or 3674704. OLE color: 3674704.

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

Color convert

RGB 80 18 56 -
CMYK 0 0.78 0.30 0.69
HSL 323.23º 0.63% 0.19% -
HSV(B) 323.23º 0.78% 0.31% -
XYZ 4.24 2.42 3.99 -
YUV 40.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 80 18 56 0 0.78 0.30 0.69 323.23 0.63 0.19
Hex 50 12 38 0 4E 1E 45 143 3F 13
Octal 120 22 70 0 116 36 105 503 77 23
Binary 1010000 10010 111000 0 1001110 11110 1000101 101000011 111111 10011

Color Harmonies of #501238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501238

Black with #501238

Text Example


Text Example

White with #501238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501238; }

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

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

background-color css

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

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

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

border-color css

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

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

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