Html Css Color HEX #193737 Nordic

📋 copy color: '#193737'

red 25 ◦ green 55 ◦ blue 55

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

Shades of Nordic #193737

Tints of Nordic #193737

RGB

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

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

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

R = 18.52%
G = 40.74%
B = 40.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193737 (or 0x193737) is known color: Nordic. HEX triplet: 19, 37 and 37. RGB value is (25,55,55). Sum of RGB (Red+Green+Blue) = 25+55+55=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 55 - color contains mainly: green, blue. Hex color #193737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193737 is #E6C8C8. Grayscale: #2D2D2D. Windows color (decimal): -15124681 or 3618585. OLE color: 3618585.

HSL color Cylindrical-coordinate representation of color #193737: hue angle of 180º 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 #193737 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 55 55 -
CMYK 0.55 0 0 0.78
HSL 180º 0.38% 0.16% -
HSV(B) 180º 0.55% 0.22% -
XYZ 2.46 3.21 4.11 -
YUV 46.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 25 55 55 0.55 0 0 0.78 180 0.38 0.16
Hex 19 37 37 37 0 0 4E B4 26 10
Octal 31 67 67 67 0 0 116 264 46 20
Binary 11001 110111 110111 110111 0 0 1001110 10110100 100110 10000

Color Harmonies of #193737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193737

Black with #193737

Text Example


Text Example

White with #193737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193737; }

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

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

background-color css

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

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

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

border-color css

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

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

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