#302F10

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

Shades of Karaka #302F10

Tints of Karaka #302F10

Color information

#302F10 (or 0x302F10) is unknown color: approx Karaka. HEX triplet: 30, 2F and 10. RGB value is (48,47,16). Sum of RGB (Red+Green+Blue) = 48+47+16=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #302F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F10 is #CFD0EF. Grayscale: #2B2B2B. Windows color (decimal): -13619440 or 1060656. OLE color: 1060656.

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

Color convert

RGB484716-
CMYK00.020.670.81
HSL58.12º50%12.55%-
HSV(B)58.12º66.67%18.82%-
XYZ2.332.70.89-
YUV43.76112.33131.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 47 (18.75% from 255) = 42.34%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=43.24%
G=42.34%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48471600.020.670.8158.125012.55
Hex302F100243513a32d
Octal60572002103121726215
Binary11000010111110000010100001110100011110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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