#333305

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

Shades of Karaka #333305

Tints of Karaka #333305

Color information

#333305 (or 0x333305) is unknown color: approx Karaka. HEX triplet: 33, 33 and 05. RGB value is (51,51,5). Sum of RGB (Red+Green+Blue) = 51+51+5=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333305 is #CCCCFA. Grayscale: #2D2D2D. Windows color (decimal): -13421819 or 340787. OLE color: 340787.

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

Color convert

RGB51515-
CMYK000.900.8
HSL60º82.14%10.98%-
HSV(B)60º90.2%20%-
XYZ2.583.080.6-
YUV45.76105131.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=47.66%
G=47.66%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51515000.900.86082.1410.98
Hex33335005A503c52b
Octal63635001321207412213
Binary110011110011101001011010101000011110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333305; }

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

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

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

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

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

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

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

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