#30311A

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

Shades of Karaka #30311A

Tints of Karaka #30311A

Color information

#30311A (or 0x30311A) is unknown color: approx Karaka. HEX triplet: 30, 31 and 1A. RGB value is (48,49,26). Sum of RGB (Red+Green+Blue) = 48+49+26=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #30311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30311A is #CFCEE5. Grayscale: #2E2E2E. Windows color (decimal): -13618918 or 1716528. OLE color: 1716528.

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

Color convert

RGB484926-
CMYK0.0200.470.81
HSL62.61º30.67%14.71%-
HSV(B)62.61º46.94%19.22%-
XYZ2.52.91.4-
YUV46.08116.67129.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=39.02%
G=39.84%
B=21.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849260.0200.470.8162.6130.6714.71
Hex30311A202F513f1ff
Octal6061322057121773717
Binary110000110001110101001011111010001111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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