#303112

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

Shades of Karaka #303112

Tints of Karaka #303112

Color information

#303112 (or 0x303112) is unknown color: approx Karaka. HEX triplet: 30, 31 and 12. RGB value is (48,49,18). Sum of RGB (Red+Green+Blue) = 48+49+18=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #303112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303112 is #CFCEED. Grayscale: #2D2D2D. Windows color (decimal): -13618926 or 1192240. OLE color: 1192240.

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

Color convert

RGB484918-
CMYK0.0200.630.81
HSL61.94º46.27%13.14%-
HSV(B)61.94º63.27%19.22%-
XYZ2.432.871-
YUV45.17112.67130.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 49 (19.53% from 255) = 42.61%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=41.74%
G=42.61%
B=15.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849180.0200.630.8161.9446.2713.14
Hex303112203F513e2ed
Octal6061222077121765615
Binary1100001100011001010011111110100011111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303112; }

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

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

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

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

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

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

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

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