Html Css Color HEX #183938 Nordic

📋 copy color: '#183938'

red 24 ◦ green 57 ◦ blue 56

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

Shades of Nordic #183938

Tints of Nordic #183938

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.61%

 BLUE value IS 56 (22.27% from 255) = 40.88%

R = 17.52%
G = 41.61%
B = 40.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#183938 (or 0x183938) is known color: Nordic. HEX triplet: 18, 39 and 38. RGB value is (24,57,56). Sum of RGB (Red+Green+Blue) = 24+57+56=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #183938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183938 is #E7C6C7. Grayscale: #2E2E2E. Windows color (decimal): -15189704 or 3684632. OLE color: 3684632.

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

Color convert

RGB 24 57 56 -
CMYK 0.58 0 0.02 0.78
HSL 178.18º 0.41% 0.16% -
HSV(B) 178.18º 0.58% 0.22% -
XYZ 2.55 3.41 4.26 -
YUV 47.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 24 57 56 0.58 0 0.02 0.78 178.18 0.41 0.16
Hex 18 39 38 3A 0 2 4E B2 29 10
Octal 30 71 70 72 0 2 116 262 51 20
Binary 11000 111001 111000 111010 0 10 1001110 10110010 101001 10000

Color Harmonies of #183938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183938

Black with #183938

Text Example


Text Example

White with #183938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183938; }

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

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

background-color css

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

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

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

border-color css

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

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

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