#19383B

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

Shades of Nordic #19383B

Tints of Nordic #19383B

Color information

#19383B (or 0x19383B) is unknown color: approx Nordic. HEX triplet: 19, 38 and 3B. RGB value is (25,56,59). Sum of RGB (Red+Green+Blue) = 25+56+59=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: blue. Hex color #19383B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19383B is #E6C7C4. Grayscale: #2F2F2F. Windows color (decimal): -15124421 or 3880985. OLE color: 3880985.

HSL color Cylindrical-coordinate representation of color #19383B: hue angle of 185.29º 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 #19383B is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB255659-
CMYK0.580.0500.77
HSL185.29º40.48%16.47%-
HSV(B)185.29º57.63%23.14%-
XYZ2.63.354.65-
YUV47.07134.73112.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.86%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=17.86%
G=40%
B=42.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2556590.580.0500.77185.2940.4816.47
Hex19383B3A504Db92810
Octal31707372501152715020
Binary11001111000111011111010101010011011011100110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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