#303006

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

Shades of Karaka #303006

Tints of Karaka #303006

Color information

#303006 (or 0x303006) is unknown color: approx Karaka. HEX triplet: 30, 30 and 06. RGB value is (48,48,6). Sum of RGB (Red+Green+Blue) = 48+48+6=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303006 is #CFCFF9. Grayscale: #2B2B2B. Windows color (decimal): -13619194 or 405552. OLE color: 405552.

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

Color convert

RGB48486-
CMYK000.870.81
HSL60º77.78%10.59%-
HSV(B)60º87.5%18.82%-
XYZ2.312.760.58-
YUV43.21107131.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=47.06%
G=47.06%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48486000.870.816077.7810.59
Hex303060057513c4eb
Octal60606001271217411613
Binary110000110000110001010111101000111110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303006; }

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

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

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

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

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

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

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

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