Html Css Color HEX #30382B Oil

📋 copy color: '#30382B'

red 48 ◦ green 56 ◦ blue 43

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

Shades of Oil #30382B

Tints of Oil #30382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.25%

R = 32.65%
G = 38.1%
B = 29.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#30382B (or 0x30382B) is known color: Oil. HEX triplet: 30, 38 and 2B. RGB value is (48,56,43). Sum of RGB (Red+Green+Blue) = 48+56+43=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 56 - color contains mainly: green. Hex color #30382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30382B is #CFC7D4. Grayscale: #343434. Windows color (decimal): -13617109 or 2832432. OLE color: 2832432.

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

Color convert

RGB 48 56 43 -
CMYK 0.14 0 0.23 0.78
HSL 96.92º 0.13% 0.19% -
HSV(B) 96.92º 0.23% 0.22% -
XYZ 3.07 3.63 2.82 -
YUV 52.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 48 56 43 0.14 0 0.23 0.78 96.92 0.13 0.19
Hex 30 38 2B E 0 17 4E 61 D 13
Octal 60 70 53 16 0 27 116 141 15 23
Binary 110000 111000 101011 1110 0 10111 1001110 1100001 1101 10011

Color Harmonies of #30382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30382B

Black with #30382B

Text Example


Text Example

White with #30382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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