#333213

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

Shades of Karaka #333213

Tints of Karaka #333213

Color information

#333213 (or 0x333213) is unknown color: approx Karaka. HEX triplet: 33, 32 and 13. RGB value is (51,50,19). Sum of RGB (Red+Green+Blue) = 51+50+19=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #333213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333213 is #CCCDEC. Grayscale: #2E2E2E. Windows color (decimal): -13422061 or 1258035. OLE color: 1258035.

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

Color convert

RGB515019-
CMYK00.020.630.8
HSL58.12º45.71%13.73%-
HSV(B)58.12º62.75%20%-
XYZ2.623.031.06-
YUV46.76112.33131.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=42.5%
G=41.67%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51501900.020.630.858.1245.7113.73
Hex333213023F503a2ee
Octal6362230277120725616
Binary1100111100101001101011111110100001110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333213; }

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

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

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

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

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

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

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

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