#333119

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

Shades of Karaka #333119

Tints of Karaka #333119

Color information

#333119 (or 0x333119) is unknown color: approx Karaka. HEX triplet: 33, 31 and 19. RGB value is (51,49,25). Sum of RGB (Red+Green+Blue) = 51+49+25=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #333119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333119 is #CCCEE6. Grayscale: #2E2E2E. Windows color (decimal): -13422311 or 1650995. OLE color: 1650995.

HSL color Cylindrical-coordinate representation of color #333119: hue angle of 55.38º 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 #333119 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB514925-
CMYK00.040.510.8
HSL55.38º34.21%14.9%-
HSV(B)55.38º50.98%20%-
XYZ2.642.971.35-
YUV46.86115.66130.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 25 (10.16% from 255) = 20%
R=40.8%
G=39.2%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51492500.040.510.855.3834.2114.9
Hex3331190433503722f
Octal6361310463120674217
Binary11001111000111001010011001110100001101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333119; }

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

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

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

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

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

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

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

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