#30311F

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

Shades of Karaka #30311F

Tints of Karaka #30311F

Color information

#30311F (or 0x30311F) is unknown color: approx Karaka. HEX triplet: 30, 31 and 1F. RGB value is (48,49,31). Sum of RGB (Red+Green+Blue) = 48+49+31=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #30311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30311F is #CFCEE0. Grayscale: #2E2E2E. Windows color (decimal): -13618913 or 2044208. OLE color: 2044208.

HSL color Cylindrical-coordinate representation of color #30311F: hue angle of 63.33º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #30311F is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB484931-
CMYK0.0200.370.81
HSL63.33º22.5%15.69%-
HSV(B)63.33º36.73%19.22%-
XYZ2.562.921.73-
YUV46.65119.17128.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=37.5%
G=38.28%
B=24.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849310.0200.370.8163.3322.515.69
Hex30311F2025513f1610
Octal6061372045121772620
Binary1100001100011111110010010110100011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30311F; }

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

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

<style>
 a { background-color: #30311F; }

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

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

<style>
 span { border-color: #30311F; }

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

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