#30300A

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

Shades of Karaka #30300A

Tints of Karaka #30300A

Color information

#30300A (or 0x30300A) is unknown color: approx Karaka. HEX triplet: 30, 30 and 0A. RGB value is (48,48,10). Sum of RGB (Red+Green+Blue) = 48+48+10=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30300A is #CFCFF5. Grayscale: #2B2B2B. Windows color (decimal): -13619190 or 667696. OLE color: 667696.

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

Color convert

RGB484810-
CMYK000.790.81
HSL60º65.52%11.37%-
HSV(B)60º79.17%18.82%-
XYZ2.332.760.7-
YUV43.67109131.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=45.28%
G=45.28%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484810000.790.816065.5211.37
Hex3030A004F513c42b
Octal606012001171217410213
Binary1100001100001010001001111101000111110010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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