Html Css Color HEX #19373D Nordic

📋 copy color: '#19373D'

red 25 ◦ green 55 ◦ blue 61

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

Shades of Nordic #19373D

Tints of Nordic #19373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.01%

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

R = 17.73%
G = 39.01%
B = 43.26%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19373D (or 0x19373D) is known color: Nordic. HEX triplet: 19, 37 and 3D. RGB value is (25,55,61). Sum of RGB (Red+Green+Blue) = 25+55+61=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #19373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19373D is #E6C8C2. Grayscale: #2E2E2E. Windows color (decimal): -15124675 or 4011801. OLE color: 4011801.

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

Color convert

RGB 25 55 61 -
CMYK 0.59 0.10 0 0.76
HSL 190º 0.42% 0.17% -
HSV(B) 190º 0.59% 0.24% -
XYZ 2.61 3.28 4.91 -
YUV 46.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 25 55 61 0.59 0.10 0 0.76 190 0.42 0.17
Hex 19 37 3D 3B A 0 4C BE 2A 11
Octal 31 67 75 73 12 0 114 276 52 21
Binary 11001 110111 111101 111011 1010 0 1001100 10111110 101010 10001

Color Harmonies of #19373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19373D

Black with #19373D

Text Example


Text Example

White with #19373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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