#2F310B

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

Shades of Karaka #2F310B

Tints of Karaka #2F310B

Color information

#2F310B (or 0x2F310B) is unknown color: approx Karaka. HEX triplet: 2F, 31 and 0B. RGB value is (47,49,11). Sum of RGB (Red+Green+Blue) = 47+49+11=107 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.93% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #2F310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F310B is #D0CEF4. Grayscale: #2C2C2C. Windows color (decimal): -13684469 or 733487. OLE color: 733487.

HSL color Cylindrical-coordinate representation of color #2F310B: hue angle of 63.16º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F310B is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB474911-
CMYK0.0400.780.81
HSL63.16º63.33%11.76%-
HSV(B)63.16º77.55%19.22%-
XYZ2.332.830.74-
YUV44.07109.34130.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.93%
GREEN value IS 49 (19.53% from 255) = 45.79%
BLUE value IS 11 (4.69% from 255) = 10.28%
R=43.93%
G=45.79%
B=10.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4749110.0400.780.8163.1663.3311.76
Hex2F31B404E513f3fc
Octal57611340116121777714
Binary10111111000110111000100111010100011111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F310B; }

 p { color: rgb(47,49,11); }

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

<style>
 a { background-color: #2F310B; }

 a { background-color: rgb(47,49,11); }

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

<style>
 span { border-color: #2F310B; }

 span { border-color: rgb(47,49,11); }

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