#19393B

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

Shades of Nordic #19393B

Tints of Nordic #19393B

Color information

#19393B (or 0x19393B) is unknown color: approx Nordic. HEX triplet: 19, 39 and 3B. RGB value is (25,57,59). Sum of RGB (Red+Green+Blue) = 25+57+59=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 59 - color contains mainly: blue. Hex color #19393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19393B is #E6C6C4. Grayscale: #2F2F2F. Windows color (decimal): -15124165 or 3881241. OLE color: 3881241.

HSL color Cylindrical-coordinate representation of color #19393B: hue angle of 183.53º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19393B is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB255759-
CMYK0.580.0300.77
HSL183.53º40.48%16.47%-
HSV(B)183.53º57.63%23.14%-
XYZ2.653.454.66-
YUV47.66134.4111.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 57 (22.66% from 255) = 40.43%
BLUE value IS 59 (23.44% from 255) = 41.84%
R=17.73%
G=40.43%
B=41.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2557590.580.0300.77183.5340.4816.47
Hex19393B3A304Db82810
Octal31717372301152705020
Binary1100111100111101111101011010011011011100010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,57,59); }

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

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

 a { background-color: rgb(25,57,59); }

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

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

 span { border-color: rgb(25,57,59); }

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