#303118

Color #303118 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #303118

Tints of Karaka #303118

Color information

#303118 (or 0x303118) is unknown color: approx Karaka. HEX triplet: 30, 31 and 18. RGB value is (48,49,24). Sum of RGB (Red+Green+Blue) = 48+49+24=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #303118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303118 is #CFCEE7. Grayscale: #2D2D2D. Windows color (decimal): -13618920 or 1585456. OLE color: 1585456.

HSL color Cylindrical-coordinate representation of color #303118: hue angle of 62.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303118 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB484924-
CMYK0.0200.510.81
HSL62.4º34.25%14.31%-
HSV(B)62.4º51.02%19.22%-
XYZ2.482.891.29-
YUV45.85115.67129.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=39.67%
G=40.50%
B=19.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849240.0200.510.8162.434.2514.31
Hex3031182033513e22e
Octal6061302063121764216
Binary1100001100011100010011001110100011111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303118; }

 p { color: rgb(48,49,24); }

 H1.HeaderClassName
 {
   color: #303118;
 }
 .AnyTagClassName
 {
   color: #303118;
 }
</style>
background-color css

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

 a { background-color: rgb(48,49,24); }

 div.DivClassName
 {
   background-color: #303118;
 }
 .BgClassName
 {
   background-color: #303118;
 }
</style>
border-color css

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

 span { border-color: rgb(48,49,24); }

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