#323303

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

Shades of Karaka #323303

Tints of Karaka #323303

Color information

#323303 (or 0x323303) is unknown color: approx Karaka. HEX triplet: 32, 33 and 03. RGB value is (50,51,3). Sum of RGB (Red+Green+Blue) = 50+51+3=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #323303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323303 is #CDCCFC. Grayscale: #2D2D2D. Windows color (decimal): -13487357 or 209714. OLE color: 209714.

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

Color convert

RGB50513-
CMYK0.0200.940.8
HSL61.25º88.89%10.59%-
HSV(B)61.25º94.12%20%-
XYZ2.523.050.54-
YUV45.23104.17131.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.08%
GREEN value IS 51 (20.31% from 255) = 49.04%
BLUE value IS 3 (1.56% from 255) = 2.88%
R=48.08%
G=49.04%
B=2.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal505130.0200.940.861.2588.8910.59
Hex32333205E503d59b
Octal62633201361207513113
Binary110010110011111001011110101000011110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323303; }

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

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

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

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

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

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

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

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