Html Css Color HEX #19383D Nordic

📋 copy color: '#19383D'

red 25 ◦ green 56 ◦ blue 61

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

Shades of Nordic #19383D

Tints of Nordic #19383D

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 value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19383D (or 0x19383D) is known color: 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

RGB 25 56 61 -
CMYK 0.59 0.08 0 0.76
HSL 188.33º 0.42% 0.17% -
HSV(B) 188.33º 0.59% 0.24% -
XYZ 2.66 3.37 4.93 -
YUV 47.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 25 56 61 0.59 0.08 0 0.76 188.33 0.42 0.17
Hex 19 38 3D 3B 8 0 4C BC 2A 11
Octal 31 70 75 73 10 0 114 274 52 21
Binary 11001 111000 111101 111011 1000 0 1001100 10111100 101010 10001

Color Harmonies of #19383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19383D

Black with #19383D

Text Example


Text Example

White with #19383D

Text Example


Text Example

HTML Codes & Css Web 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>