#323018

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

Shades of Karaka #323018

Tints of Karaka #323018

Color information

#323018 (or 0x323018) is unknown color: approx Karaka. HEX triplet: 32, 30 and 18. RGB value is (50,48,24). Sum of RGB (Red+Green+Blue) = 50+48+24=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #323018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323018 is #CDCFE7. Grayscale: #2D2D2D. Windows color (decimal): -13488104 or 1585202. OLE color: 1585202.

HSL color Cylindrical-coordinate representation of color #323018: hue angle of 55.38º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #323018 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB504824-
CMYK00.040.520.80
HSL55.38º35.14%14.51%-
HSV(B)55.38º52%19.61%-
XYZ2.542.861.28-
YUV45.86115.66130.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.98%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=40.98%
G=39.34%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50482400.040.520.8055.3835.1414.51
Hex3230180434503723f
Octal6260300464120674317
Binary11001011000011000010011010010100001101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323018; }

 p { color: rgb(50,48,24); }

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

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

 a { background-color: rgb(50,48,24); }

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

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

 span { border-color: rgb(50,48,24); }

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