#33311F

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

Shades of Karaka #33311F

Tints of Karaka #33311F

Color information

#33311F (or 0x33311F) is unknown color: approx Karaka. HEX triplet: 33, 31 and 1F. RGB value is (51,49,31). Sum of RGB (Red+Green+Blue) = 51+49+31=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 51 - color contains mainly: red. Hex color #33311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33311F is #CCCEE0. Grayscale: #2F2F2F. Windows color (decimal): -13422305 or 2044211. OLE color: 2044211.

HSL color Cylindrical-coordinate representation of color #33311F: hue angle of 54º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33311F is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB514931-
CMYK00.040.390.8
HSL54º24.39%16.08%-
HSV(B)54º39.22%20%-
XYZ2.7131.73-
YUV47.55118.66130.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.93%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=38.93%
G=37.40%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51493100.040.390.85424.3916.08
Hex33311F042750361810
Octal6361370447120663020
Binary11001111000111111010010011110100001101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33311F; }

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

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

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

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

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

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

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

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