#303851

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

Shades of Biscay #303851

Tints of Biscay #303851

Color information

#303851 (or 0x303851) is unknown color: approx Biscay. HEX triplet: 30, 38 and 51. RGB value is (48,56,81). Sum of RGB (Red+Green+Blue) = 48+56+81=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #303851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303851 is #CFC7AE. Grayscale: #383838. Windows color (decimal): -13617071 or 5322800. OLE color: 5322800.

HSL color Cylindrical-coordinate representation of color #303851: hue angle of 225.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303851 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB485681-
CMYK0.410.3100.68
HSL225.45º25.58%25.29%-
HSV(B)225.45º40.74%31.76%-
XYZ4.124.058.35-
YUV56.46141.85121.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=25.95%
G=30.27%
B=43.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4856810.410.3100.68225.4525.5825.29
Hex303851291F044e11a19
Octal6070121513701043413231
Binary11000011100010100011010011111101000100111000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303851; }

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

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

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

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

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

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

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

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