#333300

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

Shades of Karaka #333300

Tints of Karaka #333300

Color information

#333300 (or 0x333300) is unknown color: approx Karaka. HEX triplet: 33, 33 and 00. RGB value is (51,51,0). Sum of RGB (Red+Green+Blue) = 51+51+0=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333300 is a web safe color. Inversed color of #333300 is #CCCCFF. Grayscale: #2D2D2D. Windows color (decimal): -13421824 or 13107. OLE color: 13107.

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

Color convert

RGB51510-
CMYK0010.8
HSL60º100%10%-
HSV(B)60º100%20%-
XYZ2.553.070.46-
YUV45.19102.5132.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal515100010.86010010
Hex333300064503c64a
Octal63630001441207414412
Binary1100111100110001100100101000011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333300; }

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

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

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

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

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

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

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

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