Html Css Color HEX #30372E Oil

📋 copy color: '#30372E'

red 48 ◦ green 55 ◦ blue 46

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

Shades of Oil #30372E

Tints of Oil #30372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 32.21%
G = 36.91%
B = 30.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#30372E (or 0x30372E) is known color: Oil. HEX triplet: 30, 37 and 2E. RGB value is (48,55,46). Sum of RGB (Red+Green+Blue) = 48+55+46=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 55 - color contains mainly: green. Hex color #30372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30372E is #CFC8D1. Grayscale: #333333. Windows color (decimal): -13617362 or 3028784. OLE color: 3028784.

HSL color Cylindrical-coordinate representation of color #30372E: hue angle of 106.67º 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 #30372E is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 55 46 -
CMYK 0.13 0 0.16 0.78
HSL 106.67º 0.09% 0.2% -
HSV(B) 106.67º 0.16% 0.22% -
XYZ 3.08 3.56 3.11 -
YUV 51.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 48 55 46 0.13 0 0.16 0.78 106.67 0.09 0.2
Hex 30 37 2E D 0 10 4E 6B 9 14
Octal 60 67 56 15 0 20 116 153 11 24
Binary 110000 110111 101110 1101 0 10000 1001110 1101011 1001 10100

Color Harmonies of #30372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30372E

Black with #30372E

Text Example


Text Example

White with #30372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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