Html Css Color HEX #30362E Oil

📋 copy color: '#30362E'

red 48 ◦ green 54 ◦ blue 46

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

Shades of Oil #30362E

Tints of Oil #30362E

RGB

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

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

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

R = 32.43%
G = 36.49%
B = 31.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#30362E (or 0x30362E) is known color: Oil. HEX triplet: 30, 36 and 2E. RGB value is (48,54,46). Sum of RGB (Red+Green+Blue) = 48+54+46=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 54 - color contains mainly: green. Hex color #30362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30362E is #CFC9D1. Grayscale: #333333. Windows color (decimal): -13617618 or 3028528. OLE color: 3028528.

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

Color convert

RGB 48 54 46 -
CMYK 0.11 0 0.15 0.79
HSL 105º 0.08% 0.2% -
HSV(B) 105º 0.15% 0.21% -
XYZ 3.03 3.46 3.09 -
YUV 51.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 48 54 46 0.11 0 0.15 0.79 105 0.08 0.2
Hex 30 36 2E B 0 F 4F 69 8 14
Octal 60 66 56 13 0 17 117 151 10 24
Binary 110000 110110 101110 1011 0 1111 1001111 1101001 1000 10100

Color Harmonies of #30362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30362E

Black with #30362E

Text Example


Text Example

White with #30362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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