Html Css Color HEX #183139 Nordic

📋 copy color: '#183139'

red 24 ◦ green 49 ◦ blue 57

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

Shades of Nordic #183139

Tints of Nordic #183139

RGB

 RED value IS 24 (9.77% from 255) = 18.46%

 GREEN value IS 49 (19.53% from 255) = 37.69%

 BLUE value IS 57 (22.66% from 255) = 43.85%

R = 18.46%
G = 37.69%
B = 43.85%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#183139 (or 0x183139) is known color: Nordic. HEX triplet: 18, 31 and 39. RGB value is (24,49,57). Sum of RGB (Red+Green+Blue) = 24+49+57=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #183139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183139 is #E7CEC6. Grayscale: #2A2A2A. Windows color (decimal): -15191751 or 3748120. OLE color: 3748120.

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

Color convert

RGB 24 49 57 -
CMYK 0.58 0.14 0 0.78
HSL 194.55º 0.41% 0.16% -
HSV(B) 194.55º 0.58% 0.22% -
XYZ 2.21 2.69 4.27 -
YUV 42.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 24 49 57 0.58 0.14 0 0.78 194.55 0.41 0.16
Hex 18 31 39 3A E 0 4E C3 29 10
Octal 30 61 71 72 16 0 116 303 51 20
Binary 11000 110001 111001 111010 1110 0 1001110 11000011 101001 10000

Color Harmonies of #183139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183139

Black with #183139

Text Example


Text Example

White with #183139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183139; }

 p { color: rgb(24,49,57); }

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

background-color css

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

 a { background-color: rgb(24,49,57); }

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

border-color css

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

 span { border-color: rgb(24,49,57); }

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