#193135

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

Shades of Nordic #193135

Tints of Nordic #193135

Color information

#193135 (or 0x193135) is unknown color: approx Nordic. HEX triplet: 19, 31 and 35. RGB value is (25,49,53). Sum of RGB (Red+Green+Blue) = 25+49+53=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 53 - color contains mainly: blue. Hex color #193135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193135 is #E6CECA. Grayscale: #2A2A2A. Windows color (decimal): -15126219 or 3485977. OLE color: 3485977.

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

Color convert

RGB254953-
CMYK0.530.0800.79
HSL188.57º35.9%15.29%-
HSV(B)188.57º52.83%20.78%-
XYZ2.142.663.77-
YUV42.28134.05115.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=19.69%
G=38.58%
B=41.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2549530.530.0800.79188.5735.915.29
Hex19313535804Fbd24f
Octal316165651001172754417
Binary11001110001110101110101100001001111101111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193135; }

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

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

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

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

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

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

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

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