#303019

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

Shades of Karaka #303019

Tints of Karaka #303019

Color information

#303019 (or 0x303019) is unknown color: approx Karaka. HEX triplet: 30, 30 and 19. RGB value is (48,48,25). Sum of RGB (Red+Green+Blue) = 48+48+25=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303019 is #CFCFE6. Grayscale: #2D2D2D. Windows color (decimal): -13619175 or 1650736. OLE color: 1650736.

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

Color convert

RGB484825-
CMYK000.480.81
HSL60º31.51%14.31%-
HSV(B)60º47.92%18.82%-
XYZ2.452.811.33-
YUV45.38116.5129.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=39.67%
G=39.67%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484825000.480.816031.5114.31
Hex3030190030513c20e
Octal6060310060121744016
Binary110000110000110010011000010100011111001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303019; }

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

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

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

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

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

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

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

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