Html Css Color HEX #303951 Biscay

📋 copy color: '#303951'

red 48 ◦ green 57 ◦ blue 81

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

Shades of Biscay #303951

Tints of Biscay #303951

RGB

 RED value IS 48 (19.14% from 255) = 25.81%

 GREEN value IS 57 (22.66% from 255) = 30.65%

 BLUE value IS 81 (32.03% from 255) = 43.55%

R = 25.81%
G = 30.65%
B = 43.55%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#303951 (or 0x303951) is known color: Biscay. HEX triplet: 30, 39 and 51. RGB value is (48,57,81). Sum of RGB (Red+Green+Blue) = 48+57+81=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #303951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303951 is #CFC6AE. Grayscale: #383838. Windows color (decimal): -13616815 or 5323056. OLE color: 5323056.

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

Color convert

RGB 48 57 81 -
CMYK 0.41 0.30 0 0.68
HSL 223.64º 0.26% 0.25% -
HSV(B) 223.64º 0.41% 0.32% -
XYZ 4.17 4.15 8.37 -
YUV 57.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 48 57 81 0.41 0.30 0 0.68 223.64 0.26 0.25
Hex 30 39 51 29 1E 0 44 E0 1A 19
Octal 60 71 121 51 36 0 104 340 32 31
Binary 110000 111001 1010001 101001 11110 0 1000100 11100000 11010 11001

Color Harmonies of #303951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303951

Black with #303951

Text Example


Text Example

White with #303951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303951; }

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

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

background-color css

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

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

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

border-color css

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

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

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