#333102

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

Shades of Karaka #333102

Tints of Karaka #333102

Color information

#333102 (or 0x333102) is unknown color: approx Karaka. HEX triplet: 33, 31 and 02. RGB value is (51,49,2). Sum of RGB (Red+Green+Blue) = 51+49+2=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #333102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333102 is #CCCEFD. Grayscale: #2C2C2C. Windows color (decimal): -13422334 or 143667. OLE color: 143667.

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

Color convert

RGB51492-
CMYK00.040.960.8
HSL57.55º92.45%10.39%-
HSV(B)57.55º96.08%20%-
XYZ2.472.90.49-
YUV44.24104.16132.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=50%
G=48.04%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5149200.040.960.857.5592.4510.39
Hex333120460503a5ca
Octal63612041401207213412
Binary1100111100011001001100000101000011101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333102; }

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

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

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

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

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

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

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

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