#30311D

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

Shades of Karaka #30311D

Tints of Karaka #30311D

Color information

#30311D (or 0x30311D) is unknown color: approx Karaka. HEX triplet: 30, 31 and 1D. RGB value is (48,49,29). Sum of RGB (Red+Green+Blue) = 48+49+29=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #30311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30311D is #CFCEE2. Grayscale: #2E2E2E. Windows color (decimal): -13618915 or 1913136. OLE color: 1913136.

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

Color convert

RGB484929-
CMYK0.0200.410.81
HSL63º25.64%15.29%-
HSV(B)63º40.82%19.22%-
XYZ2.542.911.59-
YUV46.42118.17129.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=38.10%
G=38.89%
B=23.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849290.0200.410.816325.6415.29
Hex30311D2029513f1af
Octal6061352051121773217
Binary110000110001111011001010011010001111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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