#232114

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

Shades of Maire #232114

Tints of Maire #232114

Color information

#232114 (or 0x232114) is unknown color: approx Maire. HEX triplet: 23, 21 and 14. RGB value is (35,33,20). Sum of RGB (Red+Green+Blue) = 35+33+20=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #232114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232114 is #DCDEEB. Grayscale: #202020. Windows color (decimal): -14474988 or 1319203. OLE color: 1319203.

HSL color Cylindrical-coordinate representation of color #232114: hue angle of 52º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #232114 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB353320-
CMYK00.060.430.86
HSL52º27.27%10.78%-
HSV(B)52º42.86%13.73%-
XYZ1.361.50.88-
YUV32.12121.16130.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.77%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=39.77%
G=37.5%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35332000.060.430.865227.2710.78
Hex232114062B56341bb
Octal4341240653126643313
Binary1000111000011010001101010111010110110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232114; }

 p { color: rgb(35,33,20); }

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

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

 a { background-color: rgb(35,33,20); }

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

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

 span { border-color: rgb(35,33,20); }

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