#30300F

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

Shades of Karaka #30300F

Tints of Karaka #30300F

Color information

#30300F (or 0x30300F) is unknown color: approx Karaka. HEX triplet: 30, 30 and 0F. RGB value is (48,48,15). Sum of RGB (Red+Green+Blue) = 48+48+15=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30300F is #CFCFF0. Grayscale: #2C2C2C. Windows color (decimal): -13619185 or 995376. OLE color: 995376.

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

Color convert

RGB484815-
CMYK000.690.81
HSL60º52.38%12.35%-
HSV(B)60º68.75%18.82%-
XYZ2.362.780.86-
YUV44.24111.5130.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=43.24%
G=43.24%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484815000.690.816052.3812.35
Hex3030F0045513c34c
Octal60601700105121746414
Binary110000110000111100100010110100011111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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