#323302

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

Shades of Karaka #323302

Tints of Karaka #323302

Color information

#323302 (or 0x323302) is unknown color: approx Karaka. HEX triplet: 32, 33 and 02. RGB value is (50,51,2). Sum of RGB (Red+Green+Blue) = 50+51+2=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #323302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323302 is #CDCCFD. Grayscale: #2D2D2D. Windows color (decimal): -13487358 or 144178. OLE color: 144178.

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

Color convert

RGB50512-
CMYK0.0200.960.8
HSL61.22º92.45%10.39%-
HSV(B)61.22º96.08%20%-
XYZ2.513.050.51-
YUV45.12103.67131.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=48.54%
G=49.51%
B=1.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal505120.0200.960.861.2292.4510.39
Hex323322060503d5ca
Octal62632201401207513412
Binary110010110011101001100000101000011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323302; }

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

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

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

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

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

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

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

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