#333219

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

Shades of Karaka #333219

Tints of Karaka #333219

Color information

#333219 (or 0x333219) is unknown color: approx Karaka. HEX triplet: 33, 32 and 19. RGB value is (51,50,25). Sum of RGB (Red+Green+Blue) = 51+50+25=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #333219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333219 is #CCCDE6. Grayscale: #2F2F2F. Windows color (decimal): -13422055 or 1651251. OLE color: 1651251.

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

Color convert

RGB515025-
CMYK00.020.510.8
HSL57.69º34.21%14.9%-
HSV(B)57.69º50.98%20%-
XYZ2.683.061.37-
YUV47.45115.33130.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=40.48%
G=39.68%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51502500.020.510.857.6934.2114.9
Hex3332190233503a22f
Octal6362310263120724217
Binary1100111100101100101011001110100001110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333219; }

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

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

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

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

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

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

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

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