Html Css Color HEX #30382F Oil

📋 copy color: '#30382F'

red 48 ◦ green 56 ◦ blue 47

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

Shades of Oil #30382F

Tints of Oil #30382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.09%

 BLUE value IS 47 (18.75% from 255) = 31.13%

R = 31.79%
G = 37.09%
B = 31.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#30382F (or 0x30382F) is known color: Oil. HEX triplet: 30, 38 and 2F. RGB value is (48,56,47). Sum of RGB (Red+Green+Blue) = 48+56+47=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 56 - color contains mainly: green. Hex color #30382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30382F is #CFC7D0. Grayscale: #343434. Windows color (decimal): -13617105 or 3094576. OLE color: 3094576.

HSL color Cylindrical-coordinate representation of color #30382F: hue angle of 113.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #30382F is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 56 47 -
CMYK 0.14 0 0.16 0.78
HSL 113.33º 0.09% 0.2% -
HSV(B) 113.33º 0.16% 0.22% -
XYZ 3.15 3.66 3.23 -
YUV 52.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 48 56 47 0.14 0 0.16 0.78 113.33 0.09 0.2
Hex 30 38 2F E 0 10 4E 71 9 14
Octal 60 70 57 16 0 20 116 161 11 24
Binary 110000 111000 101111 1110 0 10000 1001110 1110001 1001 10100

Color Harmonies of #30382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30382F

Black with #30382F

Text Example


Text Example

White with #30382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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