#333205

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

Shades of Karaka #333205

Tints of Karaka #333205

Color information

#333205 (or 0x333205) is unknown color: approx Karaka. HEX triplet: 33, 32 and 05. RGB value is (51,50,5). Sum of RGB (Red+Green+Blue) = 51+50+5=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #333205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333205 is #CCCDFA. Grayscale: #2D2D2D. Windows color (decimal): -13422075 or 340531. OLE color: 340531.

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

Color convert

RGB51505-
CMYK00.020.900.8
HSL58.7º82.14%10.98%-
HSV(B)58.7º90.2%20%-
XYZ2.5330.59-
YUV45.17105.33132.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=48.11%
G=47.17%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5150500.020.900.858.782.1410.98
Hex33325025A503b52b
Octal63625021321207312213
Binary1100111100101010101011010101000011101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333205; }

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

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

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

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

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

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

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

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