#30310C

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

Shades of Karaka #30310C

Tints of Karaka #30310C

Color information

#30310C (or 0x30310C) is unknown color: approx Karaka. HEX triplet: 30, 31 and 0C. RGB value is (48,49,12). Sum of RGB (Red+Green+Blue) = 48+49+12=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #30310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30310C is #CFCEF3. Grayscale: #2C2C2C. Windows color (decimal): -13618932 or 799024. OLE color: 799024.

HSL color Cylindrical-coordinate representation of color #30310C: hue angle of 61.62º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30310C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB484912-
CMYK0.0200.760.81
HSL61.62º60.66%11.96%-
HSV(B)61.62º75.51%19.22%-
XYZ2.382.850.77-
YUV44.48109.67130.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=44.04%
G=44.95%
B=11.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849120.0200.760.8161.6260.6611.96
Hex3031C204C513e3dc
Octal60611420114121767514
Binary1100001100011100100100110010100011111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30310C; }

 p { color: rgb(48,49,12); }

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

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

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

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

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

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

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