#33311A

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

Shades of Karaka #33311A

Tints of Karaka #33311A

Color information

#33311A (or 0x33311A) is unknown color: approx Karaka. HEX triplet: 33, 31 and 1A. RGB value is (51,49,26). Sum of RGB (Red+Green+Blue) = 51+49+26=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #33311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33311A is #CCCEE5. Grayscale: #2F2F2F. Windows color (decimal): -13422310 or 1716531. OLE color: 1716531.

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

Color convert

RGB514926-
CMYK00.040.490.8
HSL55.2º32.47%15.1%-
HSV(B)55.2º49.02%20%-
XYZ2.652.981.41-
YUV46.98116.16130.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=40.48%
G=38.89%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51492600.040.490.855.232.4715.1
Hex33311A0431503720f
Octal6361320461120674017
Binary11001111000111010010011000110100001101111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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