#33331E

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

Shades of Karaka #33331E

Tints of Karaka #33331E

Color information

#33331E (or 0x33331E) is unknown color: approx Karaka. HEX triplet: 33, 33 and 1E. RGB value is (51,51,30). Sum of RGB (Red+Green+Blue) = 51+51+30=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 51 - color contains mainly: red, green. Hex color #33331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33331E is #CCCCE1. Grayscale: #303030. Windows color (decimal): -13421794 or 1979187. OLE color: 1979187.

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

Color convert

RGB515130-
CMYK000.410.8
HSL60º25.93%15.88%-
HSV(B)60º41.18%20%-
XYZ2.783.171.69-
YUV48.61117.5129.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=38.64%
G=38.64%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal515130000.410.86025.9315.88
Hex33331E0029503c1a10
Octal6363360051120743220
Binary110011110011111100010100110100001111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33331E; }

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

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

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

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

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

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

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

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