#333106

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

Shades of Karaka #333106

Tints of Karaka #333106

Color information

#333106 (or 0x333106) is unknown color: approx Karaka. HEX triplet: 33, 31 and 06. RGB value is (51,49,6). Sum of RGB (Red+Green+Blue) = 51+49+6=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #333106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333106 is #CCCEF9. Grayscale: #2C2C2C. Windows color (decimal): -13422330 or 405811. OLE color: 405811.

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

Color convert

RGB51496-
CMYK00.040.880.8
HSL57.33º78.95%11.18%-
HSV(B)57.33º88.24%20%-
XYZ2.52.910.6-
YUV44.7106.16132.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=48.11%
G=46.23%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5149600.040.880.857.3378.9511.18
Hex33316045850394fb
Octal63616041301207111713
Binary11001111000111001001011000101000011100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333106; }

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

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

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

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

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

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

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

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