Html Css Color HEX #183842 Nordic

📋 copy color: '#183842'

red 24 ◦ green 56 ◦ blue 66

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

Shades of Nordic #183842

Tints of Nordic #183842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 45.21%

R = 16.44%
G = 38.36%
B = 45.21%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#183842 (or 0x183842) is known color: Nordic. HEX triplet: 18, 38 and 42. RGB value is (24,56,66). Sum of RGB (Red+Green+Blue) = 24+56+66=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #183842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183842 is #E7C7BD. Grayscale: #2F2F2F. Windows color (decimal): -15189950 or 4339736. OLE color: 4339736.

HSL color Cylindrical-coordinate representation of color #183842: hue angle of 194.29º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #183842 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 56 66 -
CMYK 0.64 0.15 0 0.74
HSL 194.29º 0.47% 0.18% -
HSV(B) 194.29º 0.64% 0.26% -
XYZ 2.77 3.42 5.67 -
YUV 47.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 24 56 66 0.64 0.15 0 0.74 194.29 0.47 0.18
Hex 18 38 42 40 F 0 4A C2 2F 12
Octal 30 70 102 100 17 0 112 302 57 22
Binary 11000 111000 1000010 1000000 1111 0 1001010 11000010 101111 10010

Color Harmonies of #183842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183842

Black with #183842

Text Example


Text Example

White with #183842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183842; }

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

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

background-color css

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

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

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

border-color css

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

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

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