Html Css Color HEX #183133 Nordic

📋 copy color: '#183133'

red 24 ◦ green 49 ◦ blue 51

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

Shades of Nordic #183133

Tints of Nordic #183133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 41.13%

R = 19.35%
G = 39.52%
B = 41.13%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#183133 (or 0x183133) is known color: Nordic. HEX triplet: 18, 31 and 33. RGB value is (24,49,51). Sum of RGB (Red+Green+Blue) = 24+49+51=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 51 - color contains mainly: blue. Hex color #183133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183133 is #E7CECC. Grayscale: #292929. Windows color (decimal): -15191757 or 3354904. OLE color: 3354904.

HSL color Cylindrical-coordinate representation of color #183133: hue angle of 184.44º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #183133 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 24 49 51 -
CMYK 0.53 0.04 0 0.8
HSL 184.44º 0.36% 0.15% -
HSV(B) 184.44º 0.53% 0.2% -
XYZ 2.07 2.63 3.53 -
YUV 41.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 24 49 51 0.53 0.04 0 0.8 184.44 0.36 0.15
Hex 18 31 33 35 4 0 50 B8 24 F
Octal 30 61 63 65 4 0 120 270 44 17
Binary 11000 110001 110011 110101 100 0 1010000 10111000 100100 1111

Color Harmonies of #183133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183133

Black with #183133

Text Example


Text Example

White with #183133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183133; }

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

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

background-color css

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

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

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

border-color css

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

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

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