#323223

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

Shades of Karaka #323223

Tints of Karaka #323223

Color information

#323223 (or 0x323223) is unknown color: approx Karaka. HEX triplet: 32, 32 and 23. RGB value is (50,50,35). Sum of RGB (Red+Green+Blue) = 50+50+35=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323223 is #CDCDDC. Grayscale: #303030. Windows color (decimal): -13487581 or 2306610. OLE color: 2306610.

HSL color Cylindrical-coordinate representation of color #323223: hue angle of 60º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #323223 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB505035-
CMYK000.300.80
HSL60º17.65%16.67%-
HSV(B)60º30%19.61%-
XYZ2.763.082.04-
YUV48.29120.5129.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 35 (14.06% from 255) = 25.93%
R=37.04%
G=37.04%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505035000.300.806017.6516.67
Hex323223001E503c1211
Octal6262430036120742221
Binary110010110010100011001111010100001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323223; }

 p { color: rgb(50,50,35); }

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

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

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

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

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

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

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