#302F15

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

Shades of Karaka #302F15

Tints of Karaka #302F15

Color information

#302F15 (or 0x302F15) is unknown color: approx Karaka. HEX triplet: 30, 2F and 15. RGB value is (48,47,21). Sum of RGB (Red+Green+Blue) = 48+47+21=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #302F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F15 is #CFD0EA. Grayscale: #2C2C2C. Windows color (decimal): -13619435 or 1388336. OLE color: 1388336.

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

Color convert

RGB484721-
CMYK00.020.560.81
HSL57.78º39.13%13.53%-
HSV(B)57.78º56.25%18.82%-
XYZ2.372.721.11-
YUV44.34114.83130.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 47 (18.75% from 255) = 40.52%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=41.38%
G=40.52%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48472100.020.560.8157.7839.1313.53
Hex302F150238513a27e
Octal6057250270121724716
Binary1100001011111010101011100010100011110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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