Html Css Color HEX #30372C Oil

📋 copy color: '#30372C'

red 48 ◦ green 55 ◦ blue 44

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

Shades of Oil #30372C

Tints of Oil #30372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.41%

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

R = 32.65%
G = 37.41%
B = 29.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#30372C (or 0x30372C) is known color: Oil. HEX triplet: 30, 37 and 2C. RGB value is (48,55,44). Sum of RGB (Red+Green+Blue) = 48+55+44=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 55 - color contains mainly: green. Hex color #30372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30372C is #CFC8D3. Grayscale: #333333. Windows color (decimal): -13617364 or 2897712. OLE color: 2897712.

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

Color convert

RGB 48 55 44 -
CMYK 0.13 0 0.2 0.78
HSL 98.18º 0.11% 0.19% -
HSV(B) 98.18º 0.2% 0.22% -
XYZ 3.04 3.54 2.91 -
YUV 51.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 48 55 44 0.13 0 0.2 0.78 98.18 0.11 0.19
Hex 30 37 2C D 0 14 4E 62 B 13
Octal 60 67 54 15 0 24 116 142 13 23
Binary 110000 110111 101100 1101 0 10100 1001110 1100010 1011 10011

Color Harmonies of #30372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30372C

Black with #30372C

Text Example


Text Example

White with #30372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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