#19383F

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

Shades of Nordic #19383F

Tints of Nordic #19383F

Color information

#19383F (or 0x19383F) is unknown color: approx Nordic. HEX triplet: 19, 38 and 3F. RGB value is (25,56,63). Sum of RGB (Red+Green+Blue) = 25+56+63=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #19383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19383F is #E6C7C0. Grayscale: #2F2F2F. Windows color (decimal): -15124417 or 4143129. OLE color: 4143129.

HSL color Cylindrical-coordinate representation of color #19383F: hue angle of 191.05º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19383F is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB255663-
CMYK0.600.1100.75
HSL191.05º43.18%17.25%-
HSV(B)191.05º60.32%24.71%-
XYZ2.713.395.21-
YUV47.53136.73111.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 63 (25% from 255) = 43.75%
R=17.36%
G=38.89%
B=43.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2556630.600.1100.75191.0543.1817.25
Hex19383F3CB04Bbf2b11
Octal317077741301132775321
Binary110011110001111111111001011010010111011111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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