Html Css Color HEX #183841 Nordic

📋 copy color: '#183841'

red 24 ◦ green 56 ◦ blue 65

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

Shades of Nordic #183841

Tints of Nordic #183841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 44.83%

R = 16.55%
G = 38.62%
B = 44.83%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183841 (or 0x183841) is known color: Nordic. HEX triplet: 18, 38 and 41. RGB value is (24,56,65). Sum of RGB (Red+Green+Blue) = 24+56+65=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #183841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183841 is #E7C7BE. Grayscale: #2F2F2F. Windows color (decimal): -15189951 or 4274200. OLE color: 4274200.

HSL color Cylindrical-coordinate representation of color #183841: hue angle of 193.17º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #183841 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 56 65 -
CMYK 0.63 0.14 0 0.75
HSL 193.17º 0.46% 0.17% -
HSV(B) 193.17º 0.63% 0.25% -
XYZ 2.74 3.4 5.51 -
YUV 47.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 24 56 65 0.63 0.14 0 0.75 193.17 0.46 0.17
Hex 18 38 41 3F E 0 4B C1 2E 11
Octal 30 70 101 77 16 0 113 301 56 21
Binary 11000 111000 1000001 111111 1110 0 1001011 11000001 101110 10001

Color Harmonies of #183841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183841

Black with #183841

Text Example


Text Example

White with #183841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183841; }

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

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

background-color css

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

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

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

border-color css

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

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

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