#35312A

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

Shades of Creole #35312A

Tints of Creole #35312A

Color information

#35312A (or 0x35312A) is unknown color: approx Creole. HEX triplet: 35, 31 and 2A. RGB value is (53,49,42). Sum of RGB (Red+Green+Blue) = 53+49+42=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #35312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35312A is #CACED5. Grayscale: #313131. Windows color (decimal): -13291222 or 2765109. OLE color: 2765109.

HSL color Cylindrical-coordinate representation of color #35312A: hue angle of 38.18º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #35312A is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB534942-
CMYK00.080.210.79
HSL38.18º11.58%18.63%-
HSV(B)38.18º20.75%20.78%-
XYZ2.983.122.64-
YUV49.4123.83130.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=36.81%
G=34.03%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53494200.080.210.7938.1811.5818.63
Hex35312A08154F26c13
Octal65615201025117461423
Binary11010111000110101001000101011001111100110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,49,42); }

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

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

 a { background-color: rgb(53,49,42); }

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

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

 span { border-color: rgb(53,49,42); }

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