#35394B

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

Shades of Licorice #35394B

Tints of Licorice #35394B

Color information

#35394B (or 0x35394B) is unknown color: approx Licorice. HEX triplet: 35, 39 and 4B. RGB value is (53,57,75). Sum of RGB (Red+Green+Blue) = 53+57+75=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #35394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35394B is #CAC6B4. Grayscale: #393939. Windows color (decimal): -13289141 or 4929845. OLE color: 4929845.

HSL color Cylindrical-coordinate representation of color #35394B: hue angle of 229.09º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #35394B is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB535775-
CMYK0.290.2400.71
HSL229.09º17.19%25.1%-
HSV(B)229.09º29.33%29.41%-
XYZ4.24.197.24-
YUV57.86137.67124.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=28.65%
G=30.81%
B=40.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5357750.290.2400.71229.0917.1925.1
Hex35394B1D18047e51119
Octal6571113353001073452131
Binary1101011110011001011111011100001000111111001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35394B; }

 p { color: rgb(53,57,75); }

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

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

 a { background-color: rgb(53,57,75); }

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

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

 span { border-color: rgb(53,57,75); }

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