#333225

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

Shades of Karaka #333225

Tints of Karaka #333225

Color information

#333225 (or 0x333225) is unknown color: approx Karaka. HEX triplet: 33, 32 and 25. RGB value is (51,50,37). Sum of RGB (Red+Green+Blue) = 51+50+37=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 51 - color contains mainly: red. Hex color #333225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333225 is #CCCDDA. Grayscale: #303030. Windows color (decimal): -13422043 or 2437683. OLE color: 2437683.

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

Color convert

RGB515037-
CMYK00.020.270.8
HSL55.71º15.91%17.25%-
HSV(B)55.71º27.45%20%-
XYZ2.843.122.2-
YUV48.82121.33129.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=36.96%
G=36.23%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51503700.020.270.855.7115.9117.25
Hex333225021B50381011
Octal6362450233120702021
Binary1100111100101001010101101110100001110001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333225; }

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

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

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

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

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

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

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

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