Html Css Color HEX #30382C Oil

📋 copy color: '#30382C'

red 48 ◦ green 56 ◦ blue 44

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

Shades of Oil #30382C

Tints of Oil #30382C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.73%

R = 32.43%
G = 37.84%
B = 29.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#30382C (or 0x30382C) is known color: Oil. HEX triplet: 30, 38 and 2C. RGB value is (48,56,44). Sum of RGB (Red+Green+Blue) = 48+56+44=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 56 - color contains mainly: green. Hex color #30382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30382C is #CFC7D3. Grayscale: #343434. Windows color (decimal): -13617108 or 2897968. OLE color: 2897968.

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

Color convert

RGB 48 56 44 -
CMYK 0.14 0 0.21 0.78
HSL 100º 0.12% 0.2% -
HSV(B) 100º 0.21% 0.22% -
XYZ 3.09 3.64 2.92 -
YUV 52.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 48 56 44 0.14 0 0.21 0.78 100 0.12 0.2
Hex 30 38 2C E 0 15 4E 64 C 14
Octal 60 70 54 16 0 25 116 144 14 24
Binary 110000 111000 101100 1110 0 10101 1001110 1100100 1100 10100

Color Harmonies of #30382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30382C

Black with #30382C

Text Example


Text Example

White with #30382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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