#303008

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

Shades of Karaka #303008

Tints of Karaka #303008

Color information

#303008 (or 0x303008) is unknown color: approx Karaka. HEX triplet: 30, 30 and 08. RGB value is (48,48,8). Sum of RGB (Red+Green+Blue) = 48+48+8=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303008 is #CFCFF7. Grayscale: #2B2B2B. Windows color (decimal): -13619192 or 536624. OLE color: 536624.

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

Color convert

RGB48488-
CMYK000.830.81
HSL60º71.43%10.98%-
HSV(B)60º83.33%18.82%-
XYZ2.322.760.64-
YUV43.44108131.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 8 (3.52% from 255) = 7.69%
R=46.15%
G=46.15%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48488000.830.816071.4310.98
Hex303080053513c47b
Octal606010001231217410713
Binary1100001100001000001010011101000111110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303008; }

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

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

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

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

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

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

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

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