#30300D

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

Shades of Karaka #30300D

Tints of Karaka #30300D

Color information

#30300D (or 0x30300D) is unknown color: approx Karaka. HEX triplet: 30, 30 and 0D. RGB value is (48,48,13). Sum of RGB (Red+Green+Blue) = 48+48+13=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30300D is #CFCFF2. Grayscale: #2C2C2C. Windows color (decimal): -13619187 or 864304. OLE color: 864304.

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

Color convert

RGB484813-
CMYK000.730.81
HSL60º57.38%11.96%-
HSV(B)60º72.92%18.82%-
XYZ2.352.770.79-
YUV44.01110.5130.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=44.04%
G=44.04%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484813000.730.816057.3811.96
Hex3030D0049513c39c
Octal60601500111121747114
Binary110000110000110100100100110100011111001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30300D; }

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

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

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

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

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

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

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

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