Html Css Color HEX #183034 Nordic

📋 copy color: '#183034'

red 24 ◦ green 48 ◦ blue 52

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

Shades of Nordic #183034

Tints of Nordic #183034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 41.94%

R = 19.35%
G = 38.71%
B = 41.94%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#183034 (or 0x183034) is known color: Nordic. HEX triplet: 18, 30 and 34. RGB value is (24,48,52). Sum of RGB (Red+Green+Blue) = 24+48+52=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #183034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183034 is #E7CFCB. Grayscale: #292929. Windows color (decimal): -15192012 or 3420184. OLE color: 3420184.

HSL color Cylindrical-coordinate representation of color #183034: hue angle of 188.57º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #183034 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 48 52 -
CMYK 0.54 0.08 0 0.80
HSL 188.57º 0.37% 0.15% -
HSV(B) 188.57º 0.54% 0.2% -
XYZ 2.05 2.56 3.63 -
YUV 41.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 24 48 52 0.54 0.08 0 0.80 188.57 0.37 0.15
Hex 18 30 34 36 8 0 50 BD 25 F
Octal 30 60 64 66 10 0 120 275 45 17
Binary 11000 110000 110100 110110 1000 0 1010000 10111101 100101 1111

Color Harmonies of #183034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183034

Black with #183034

Text Example


Text Example

White with #183034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183034; }

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

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

background-color css

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

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

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

border-color css

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

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

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