Html Css Color HEX #303950 Biscay

📋 copy color: '#303950'

red 48 ◦ green 57 ◦ blue 80

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

Shades of Biscay #303950

Tints of Biscay #303950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 25.95%
G = 30.81%
B = 43.24%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#303950 (or 0x303950) is known color: Biscay. HEX triplet: 30, 39 and 50. RGB value is (48,57,80). Sum of RGB (Red+Green+Blue) = 48+57+80=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #303950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303950 is #CFC6AF. Grayscale: #383838. Windows color (decimal): -13616816 or 5257520. OLE color: 5257520.

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

Color convert

RGB 48 57 80 -
CMYK 0.40 0.29 0 0.69
HSL 223.13º 0.25% 0.25% -
HSV(B) 223.13º 0.4% 0.31% -
XYZ 4.13 4.13 8.17 -
YUV 56.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 48 57 80 0.40 0.29 0 0.69 223.13 0.25 0.25
Hex 30 39 50 28 1D 0 45 DF 19 19
Octal 60 71 120 50 35 0 105 337 31 31
Binary 110000 111001 1010000 101000 11101 0 1000101 11011111 11001 11001

Color Harmonies of #303950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303950

Black with #303950

Text Example


Text Example

White with #303950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303950; }

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

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

background-color css

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

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

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

border-color css

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

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

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