Html Css Color HEX #183033 Nordic

📋 copy color: '#183033'

red 24 ◦ green 48 ◦ blue 51

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

Shades of Nordic #183033

Tints of Nordic #183033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.02%

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

R = 19.51%
G = 39.02%
B = 41.46%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#183033 (or 0x183033) is known color: Nordic. HEX triplet: 18, 30 and 33. RGB value is (24,48,51). Sum of RGB (Red+Green+Blue) = 24+48+51=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: blue. Hex color #183033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183033 is #E7CFCC. Grayscale: #292929. Windows color (decimal): -15192013 or 3354648. OLE color: 3354648.

HSL color Cylindrical-coordinate representation of color #183033: hue angle of 186.67º 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 #183033 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 24 48 51 -
CMYK 0.53 0.06 0 0.8
HSL 186.67º 0.36% 0.15% -
HSV(B) 186.67º 0.53% 0.2% -
XYZ 2.03 2.55 3.52 -
YUV 41.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 24 48 51 0.53 0.06 0 0.8 186.67 0.36 0.15
Hex 18 30 33 35 6 0 50 BB 24 F
Octal 30 60 63 65 6 0 120 273 44 17
Binary 11000 110000 110011 110101 110 0 1010000 10111011 100100 1111

Color Harmonies of #183033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183033

Black with #183033

Text Example


Text Example

White with #183033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183033; }

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

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

background-color css

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

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

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

border-color css

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

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

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