#303850

Color #303850 Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #303850

Tints of Licorice #303850

Color information

#303850 (or 0x303850) is unknown color: approx Licorice. HEX triplet: 30, 38 and 50. RGB value is (48,56,80). Sum of RGB (Red+Green+Blue) = 48+56+80=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #303850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303850 is #CFC7AF. Grayscale: #383838. Windows color (decimal): -13617072 or 5257264. OLE color: 5257264.

HSL color Cylindrical-coordinate representation of color #303850: hue angle of 225º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303850 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB485680-
CMYK0.400.3000.69
HSL225º25%25.1%-
HSV(B)225º40%31.37%-
XYZ4.084.048.15-
YUV56.34141.35122.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=26.09%
G=30.43%
B=43.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4856800.400.3000.692252525.1
Hex303850281E045e11919
Octal6070120503601053413131
Binary11000011100010100001010001111001000101111000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303850; }

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

 H1.HeaderClassName
 {
   color: #303850;
 }
 .AnyTagClassName
 {
   color: #303850;
 }
</style>
background-color css

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

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

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

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

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

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