#323109

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

Shades of Karaka #323109

Tints of Karaka #323109

Color information

#323109 (or 0x323109) is unknown color: approx Karaka. HEX triplet: 32, 31 and 09. RGB value is (50,49,9). Sum of RGB (Red+Green+Blue) = 50+49+9=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #323109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323109 is #CDCEF6. Grayscale: #2C2C2C. Windows color (decimal): -13487863 or 602418. OLE color: 602418.

HSL color Cylindrical-coordinate representation of color #323109: hue angle of 58.54º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #323109 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB50499-
CMYK00.020.820.80
HSL58.54º69.49%11.57%-
HSV(B)58.54º82%19.61%-
XYZ2.462.890.69-
YUV44.74107.83131.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=46.30%
G=45.37%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5049900.020.820.8058.5469.4911.57
Hex323190252503b45c
Octal626111021221207310514
Binary11001011000110010101010010101000011101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323109; }

 p { color: rgb(50,49,9); }

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

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

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

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

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

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

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