#302F12

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

Shades of Karaka #302F12

Tints of Karaka #302F12

Color information

#302F12 (or 0x302F12) is unknown color: approx Karaka. HEX triplet: 30, 2F and 12. RGB value is (48,47,18). Sum of RGB (Red+Green+Blue) = 48+47+18=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #302F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F12 is #CFD0ED. Grayscale: #2C2C2C. Windows color (decimal): -13619438 or 1191728. OLE color: 1191728.

HSL color Cylindrical-coordinate representation of color #302F12: hue angle of 58º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302F12 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB484718-
CMYK00.020.630.81
HSL58º45.45%12.94%-
HSV(B)58º62.5%18.82%-
XYZ2.342.710.97-
YUV43.99113.33130.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 47 (18.75% from 255) = 41.59%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=42.48%
G=41.59%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48471800.020.630.815845.4512.94
Hex302F12023F513a2dd
Octal6057220277121725515
Binary1100001011111001001011111110100011110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302F12; }

 p { color: rgb(48,47,18); }

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

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

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

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

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

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

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