#303017

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

Shades of Karaka #303017

Tints of Karaka #303017

Color information

#303017 (or 0x303017) is unknown color: approx Karaka. HEX triplet: 30, 30 and 17. RGB value is (48,48,23). Sum of RGB (Red+Green+Blue) = 48+48+23=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303017 is #CFCFE8. Grayscale: #2D2D2D. Windows color (decimal): -13619177 or 1519664. OLE color: 1519664.

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

Color convert

RGB484823-
CMYK000.520.81
HSL60º35.21%13.92%-
HSV(B)60º52.08%18.82%-
XYZ2.432.81.22-
YUV45.15115.5130.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 23 (9.38% from 255) = 19.33%
R=40.34%
G=40.34%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484823000.520.816035.2113.92
Hex3030170034513c23e
Octal6060270064121744316
Binary110000110000101110011010010100011111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303017; }

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

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

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

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

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

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

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

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