#323305

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

Shades of Karaka #323305

Tints of Karaka #323305

Color information

#323305 (or 0x323305) is unknown color: approx Karaka. HEX triplet: 32, 33 and 05. RGB value is (50,51,5). Sum of RGB (Red+Green+Blue) = 50+51+5=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #323305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323305 is #CDCCFA. Grayscale: #2D2D2D. Windows color (decimal): -13487355 or 340786. OLE color: 340786.

HSL color Cylindrical-coordinate representation of color #323305: hue angle of 61.3º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #323305 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB50515-
CMYK0.0200.900.8
HSL61.3º82.14%10.98%-
HSV(B)61.3º90.2%20%-
XYZ2.533.060.6-
YUV45.46105.17131.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=47.17%
G=48.11%
B=4.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal505150.0200.900.861.382.1410.98
Hex32335205A503d52b
Octal62635201321207512213
Binary1100101100111011001011010101000011110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323305; }

 p { color: rgb(50,51,5); }

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

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

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

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

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

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

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