#303009

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

Shades of Karaka #303009

Tints of Karaka #303009

Color information

#303009 (or 0x303009) is unknown color: approx Karaka. HEX triplet: 30, 30 and 09. RGB value is (48,48,9). Sum of RGB (Red+Green+Blue) = 48+48+9=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303009 is #CFCFF6. Grayscale: #2B2B2B. Windows color (decimal): -13619191 or 602160. OLE color: 602160.

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

Color convert

RGB48489-
CMYK000.810.81
HSL60º68.42%11.18%-
HSV(B)60º81.25%18.82%-
XYZ2.332.760.67-
YUV43.55108.5131.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 9 (3.91% from 255) = 8.57%
R=45.71%
G=45.71%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48489000.810.816068.4211.18
Hex303090051513c44b
Octal606011001211217410413
Binary1100001100001001001010001101000111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303009; }

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

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

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

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

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

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

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

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