#303007

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

Shades of Karaka #303007

Tints of Karaka #303007

Color information

#303007 (or 0x303007) is unknown color: approx Karaka. HEX triplet: 30, 30 and 07. RGB value is (48,48,7). Sum of RGB (Red+Green+Blue) = 48+48+7=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303007 is #CFCFF8. Grayscale: #2B2B2B. Windows color (decimal): -13619193 or 471088. OLE color: 471088.

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

Color convert

RGB48487-
CMYK000.850.81
HSL60º74.55%10.78%-
HSV(B)60º85.42%18.82%-
XYZ2.312.760.61-
YUV43.33107.5131.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=46.60%
G=46.60%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48487000.850.816074.5510.78
Hex303070055513c4bb
Octal60607001251217411313
Binary110000110000111001010101101000111110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303007; }

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

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

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

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

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

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

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

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