#19383D

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

Shades of Nordic #19383D

Tints of Nordic #19383D

Color information

#19383D (or 0x19383D) is unknown color: approx Nordic. HEX triplet: 19, 38 and 3D. RGB value is (25,56,61). Sum of RGB (Red+Green+Blue) = 25+56+61=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #19383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19383D is #E6C7C2. Grayscale: #2F2F2F. Windows color (decimal): -15124419 or 4012057. OLE color: 4012057.

HSL color Cylindrical-coordinate representation of color #19383D: hue angle of 188.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19383D is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB255661-
CMYK0.590.0800.76
HSL188.33º41.86%16.86%-
HSV(B)188.33º59.02%23.92%-
XYZ2.663.374.93-
YUV47.3135.73112.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.61%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=17.61%
G=39.44%
B=42.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2556610.590.0800.76188.3341.8616.86
Hex19383D3B804Cbc2a11
Octal317075731001142745221
Binary110011110001111011110111000010011001011110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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