Html Css Color HEX #193837 Nordic

📋 copy color: '#193837'

red 25 ◦ green 56 ◦ blue 55

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

Shades of Nordic #193837

Tints of Nordic #193837

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.18%

 BLUE value IS 55 (21.88% from 255) = 40.44%

R = 18.38%
G = 41.18%
B = 40.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#193837 (or 0x193837) is known color: Nordic. HEX triplet: 19, 38 and 37. RGB value is (25,56,55). Sum of RGB (Red+Green+Blue) = 25+56+55=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #193837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193837 is #E6C7C8. Grayscale: #2E2E2E. Windows color (decimal): -15124425 or 3618841. OLE color: 3618841.

HSL color Cylindrical-coordinate representation of color #193837: hue angle of 178.06º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193837 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 56 55 -
CMYK 0.55 0 0.02 0.78
HSL 178.06º 0.38% 0.16% -
HSV(B) 178.06º 0.55% 0.22% -
XYZ 2.5 3.31 4.12 -
YUV 46.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 25 56 55 0.55 0 0.02 0.78 178.06 0.38 0.16
Hex 19 38 37 37 0 2 4E B2 26 10
Octal 31 70 67 67 0 2 116 262 46 20
Binary 11001 111000 110111 110111 0 10 1001110 10110010 100110 10000

Color Harmonies of #193837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193837

Black with #193837

Text Example


Text Example

White with #193837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193837; }

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

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

background-color css

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

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

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

border-color css

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

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

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