#30311C

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

Shades of Karaka #30311C

Tints of Karaka #30311C

Color information

#30311C (or 0x30311C) is unknown color: approx Karaka. HEX triplet: 30, 31 and 1C. RGB value is (48,49,28). Sum of RGB (Red+Green+Blue) = 48+49+28=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #30311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30311C is #CFCEE3. Grayscale: #2E2E2E. Windows color (decimal): -13618916 or 1847600. OLE color: 1847600.

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

Color convert

RGB484928-
CMYK0.0200.430.81
HSL62.86º27.27%15.1%-
HSV(B)62.86º42.86%19.22%-
XYZ2.532.911.53-
YUV46.31117.67129.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=38.4%
G=39.2%
B=22.4%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849280.0200.430.8162.8627.2715.1
Hex30311C202B513f1bf
Octal6061342053121773317
Binary110000110001111001001010111010001111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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