#303117

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

Shades of Karaka #303117

Tints of Karaka #303117

Color information

#303117 (or 0x303117) is unknown color: approx Karaka. HEX triplet: 30, 31 and 17. RGB value is (48,49,23). Sum of RGB (Red+Green+Blue) = 48+49+23=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #303117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303117 is #CFCEE8. Grayscale: #2D2D2D. Windows color (decimal): -13618921 or 1519920. OLE color: 1519920.

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

Color convert

RGB484923-
CMYK0.0200.530.81
HSL62.31º36.11%14.12%-
HSV(B)62.31º53.06%19.22%-
XYZ2.472.891.24-
YUV45.74115.17129.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 23 (9.38% from 255) = 19.17%
R=40%
G=40.83%
B=19.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849230.0200.530.8162.3136.1114.12
Hex3031172035513e24e
Octal6061272065121764416
Binary1100001100011011110011010110100011111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303117; }

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

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

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

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

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

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

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

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