Html Css Color HEX #19393D Nordic

📋 copy color: '#19393D'

red 25 ◦ green 57 ◦ blue 61

#19393D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #19393D

Tints of Nordic #19393D

RGB

 RED value IS 25 (10.16% from 255) = 17.48%

 GREEN value IS 57 (22.66% from 255) = 39.86%

 BLUE value IS 61 (24.22% from 255) = 42.66%

R = 17.48%
G = 39.86%
B = 42.66%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19393D (or 0x19393D) is known color: Nordic. HEX triplet: 19, 39 and 3D. RGB value is (25,57,61). Sum of RGB (Red+Green+Blue) = 25+57+61=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #19393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19393D is #E6C6C2. Grayscale: #2F2F2F. Windows color (decimal): -15124163 or 4012313. OLE color: 4012313.

HSL color Cylindrical-coordinate representation of color #19393D: hue angle of 186.67º 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 #19393D is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 57 61 -
CMYK 0.59 0.07 0 0.76
HSL 186.67º 0.42% 0.17% -
HSV(B) 186.67º 0.59% 0.24% -
XYZ 2.71 3.47 4.94 -
YUV 47.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 25 57 61 0.59 0.07 0 0.76 186.67 0.42 0.17
Hex 19 39 3D 3B 7 0 4C BB 2A 11
Octal 31 71 75 73 7 0 114 273 52 21
Binary 11001 111001 111101 111011 111 0 1001100 10111011 101010 10001

Color Harmonies of #19393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19393D

Black with #19393D

Text Example


Text Example

White with #19393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19393D;
 }
 .AnyTagClassName
 {
   color: #19393D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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