Html Css Color HEX #313330 Oil

📋 copy color: '#313330'

red 49 ◦ green 51 ◦ blue 48

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

Shades of Oil #313330

Tints of Oil #313330

RGB

 RED value IS 49 (19.53% from 255) = 33.11%

 GREEN value IS 51 (20.31% from 255) = 34.46%

 BLUE value IS 48 (19.14% from 255) = 32.43%

R = 33.11%
G = 34.46%
B = 32.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#313330 (or 0x313330) is known color: Oil. HEX triplet: 31, 33 and 30. RGB value is (49,51,48). Sum of RGB (Red+Green+Blue) = 49+51+48=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 51 - color contains mainly: green. Hex color #313330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313330 is #CECCCF. Grayscale: #323232. Windows color (decimal): -13552848 or 3158833. OLE color: 3158833.

HSL color Cylindrical-coordinate representation of color #313330: hue angle of 100º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #313330 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 49 51 48 -
CMYK 0.04 0 0.06 0.8
HSL 100º 0.03% 0.19% -
HSV(B) 100º 0.06% 0.2% -
XYZ 2.98 3.23 3.26 -
YUV 50.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 49 51 48 0.04 0 0.06 0.8 100 0.03 0.19
Hex 31 33 30 4 0 6 50 64 3 13
Octal 61 63 60 4 0 6 120 144 3 23
Binary 110001 110011 110000 100 0 110 1010000 1100100 11 10011

Color Harmonies of #313330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313330

Black with #313330

Text Example


Text Example

White with #313330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313330; }

 p { color: rgb(49,51,48); }

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

background-color css

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

 a { background-color: rgb(49,51,48); }

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

border-color css

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

 span { border-color: rgb(49,51,48); }

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