#333301

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

Shades of Karaka #333301

Tints of Karaka #333301

Color information

#333301 (or 0x333301) is unknown color: approx Karaka. HEX triplet: 33, 33 and 01. RGB value is (51,51,1). Sum of RGB (Red+Green+Blue) = 51+51+1=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333301 is #CCCCFE. Grayscale: #2D2D2D. Windows color (decimal): -13421823 or 78643. OLE color: 78643.

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

Color convert

RGB51511-
CMYK000.980.8
HSL60º96.15%10.2%-
HSV(B)60º98.04%20%-
XYZ2.553.070.49-
YUV45.3103132.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.51%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=49.51%
G=49.51%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51511000.980.86096.1510.2
Hex333310062503c60a
Octal63631001421207414012
Binary1100111100111001100010101000011110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333301; }

 p { color: rgb(51,51,1); }

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

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

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

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

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

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

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