#302F13

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

Shades of Karaka #302F13

Tints of Karaka #302F13

Color information

#302F13 (or 0x302F13) is unknown color: approx Karaka. HEX triplet: 30, 2F and 13. RGB value is (48,47,19). Sum of RGB (Red+Green+Blue) = 48+47+19=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #302F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F13 is #CFD0EC. Grayscale: #2C2C2C. Windows color (decimal): -13619437 or 1257264. OLE color: 1257264.

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

Color convert

RGB484719-
CMYK00.020.600.81
HSL57.93º43.28%13.14%-
HSV(B)57.93º60.42%18.82%-
XYZ2.352.711.01-
YUV44.11113.83130.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 47 (18.75% from 255) = 41.23%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=42.11%
G=41.23%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48471900.020.600.8157.9343.2813.14
Hex302F13023C513a2bd
Octal6057230274121725315
Binary1100001011111001101011110010100011110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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