Html Css Color HEX #30362F Oil

📋 copy color: '#30362F'

red 48 ◦ green 54 ◦ blue 47

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

Shades of Oil #30362F

Tints of Oil #30362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.24%

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

R = 32.21%
G = 36.24%
B = 31.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#30362F (or 0x30362F) is known color: Oil. HEX triplet: 30, 36 and 2F. RGB value is (48,54,47). Sum of RGB (Red+Green+Blue) = 48+54+47=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 54 - color contains mainly: green. Hex color #30362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30362F is #CFC9D0. Grayscale: #333333. Windows color (decimal): -13617617 or 3094064. OLE color: 3094064.

HSL color Cylindrical-coordinate representation of color #30362F: hue angle of 111.43º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #30362F is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 54 47 -
CMYK 0.11 0 0.13 0.79
HSL 111.43º 0.07% 0.2% -
HSV(B) 111.43º 0.13% 0.21% -
XYZ 3.05 3.47 3.2 -
YUV 51.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 48 54 47 0.11 0 0.13 0.79 111.43 0.07 0.2
Hex 30 36 2F B 0 D 4F 6F 7 14
Octal 60 66 57 13 0 15 117 157 7 24
Binary 110000 110110 101111 1011 0 1101 1001111 1101111 111 10100

Color Harmonies of #30362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30362F

Black with #30362F

Text Example


Text Example

White with #30362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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