#303109

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

Shades of Karaka #303109

Tints of Karaka #303109

Color information

#303109 (or 0x303109) is unknown color: approx Karaka. HEX triplet: 30, 31 and 09. RGB value is (48,49,9). Sum of RGB (Red+Green+Blue) = 48+49+9=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #303109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303109 is #CFCEF6. Grayscale: #2C2C2C. Windows color (decimal): -13618935 or 602416. OLE color: 602416.

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

Color convert

RGB48499-
CMYK0.0200.820.81
HSL61.5º68.97%11.37%-
HSV(B)61.5º81.63%19.22%-
XYZ2.372.840.68-
YUV44.14108.17130.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 9 (3.91% from 255) = 8.49%
R=45.28%
G=46.23%
B=8.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484990.0200.820.8161.568.9711.37
Hex303192052513e45b
Octal606111201221217610513
Binary11000011000110011001010010101000111111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303109; }

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

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

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

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

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

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

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

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