Html Css Color HEX #30352E Oil

📋 copy color: '#30352E'

red 48 ◦ green 53 ◦ blue 46

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

Shades of Oil #30352E

Tints of Oil #30352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.05%

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

R = 32.65%
G = 36.05%
B = 31.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#30352E (or 0x30352E) is known color: Oil. HEX triplet: 30, 35 and 2E. RGB value is (48,53,46). Sum of RGB (Red+Green+Blue) = 48+53+46=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 53 - color contains mainly: green. Hex color #30352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30352E is #CFCAD1. Grayscale: #323232. Windows color (decimal): -13617874 or 3028272. OLE color: 3028272.

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

Color convert

RGB 48 53 46 -
CMYK 0.09 0 0.13 0.79
HSL 102.86º 0.07% 0.19% -
HSV(B) 102.86º 0.13% 0.21% -
XYZ 2.99 3.37 3.08 -
YUV 50.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 48 53 46 0.09 0 0.13 0.79 102.86 0.07 0.19
Hex 30 35 2E 9 0 D 4F 67 7 13
Octal 60 65 56 11 0 15 117 147 7 23
Binary 110000 110101 101110 1001 0 1101 1001111 1100111 111 10011

Color Harmonies of #30352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30352E

Black with #30352E

Text Example


Text Example

White with #30352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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