Html Css Color HEX #303C29 Oil

📋 copy color: '#303C29'

red 48 ◦ green 60 ◦ blue 41

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

Shades of Oil #303C29

Tints of Oil #303C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40.27%

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 32.21%
G = 40.27%
B = 27.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#303C29 (or 0x303C29) is known color: Oil. HEX triplet: 30, 3C and 29. RGB value is (48,60,41). Sum of RGB (Red+Green+Blue) = 48+60+41=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 60 - color contains mainly: green. Hex color #303C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C29 is #CFC3D6. Grayscale: #363636. Windows color (decimal): -13616087 or 2702384. OLE color: 2702384.

HSL color Cylindrical-coordinate representation of color #303C29: hue angle of 97.89º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #303C29 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 60 41 -
CMYK 0.20 0 0.32 0.76
HSL 97.89º 0.19% 0.2% -
HSV(B) 97.89º 0.32% 0.24% -
XYZ 3.24 4.02 2.7 -
YUV 54.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 48 60 41 0.20 0 0.32 0.76 97.89 0.19 0.2
Hex 30 3C 29 14 0 20 4C 62 13 14
Octal 60 74 51 24 0 40 114 142 23 24
Binary 110000 111100 101001 10100 0 100000 1001100 1100010 10011 10100

Color Harmonies of #303C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C29

Black with #303C29

Text Example


Text Example

White with #303C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303C29; }

 p { color: rgb(48,60,41); }

 H1.HeaderClassName
 {
   color: #303C29;
 }
 .AnyTagClassName
 {
   color: #303C29;
 }
</style>

background-color css

<style>
 a { background-color: #303C29; }

 a { background-color: rgb(48,60,41); }

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

border-color css

<style>
 span { border-color: #303C29; }

 span { border-color: rgb(48,60,41); }

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