#313023

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

Shades of Karaka #313023

Tints of Karaka #313023

Color information

#313023 (or 0x313023) is unknown color: approx Karaka. HEX triplet: 31, 30 and 23. RGB value is (49,48,35). Sum of RGB (Red+Green+Blue) = 49+48+35=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #313023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313023 is #CECFDC. Grayscale: #2E2E2E. Windows color (decimal): -13553629 or 2306097. OLE color: 2306097.

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

Color convert

RGB494835-
CMYK00.020.290.81
HSL55.71º16.67%16.47%-
HSV(B)55.71º28.57%19.22%-
XYZ2.632.892.01-
YUV46.82121.33129.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=37.12%
G=36.36%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49483500.020.290.8155.7116.6716.47
Hex313023021D51381110
Octal6160430235121702120
Binary1100011100001000110101110110100011110001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313023; }

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

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

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

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

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

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

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

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