Html Css Color HEX #183334 Nordic

📋 copy color: '#183334'

red 24 ◦ green 51 ◦ blue 52

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

Shades of Nordic #183334

Tints of Nordic #183334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.16%

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

R = 18.9%
G = 40.16%
B = 40.94%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#183334 (or 0x183334) is known color: Nordic. HEX triplet: 18, 33 and 34. RGB value is (24,51,52). Sum of RGB (Red+Green+Blue) = 24+51+52=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 52 - color contains mainly: blue. Hex color #183334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183334 is #E7CCCB. Grayscale: #2B2B2B. Windows color (decimal): -15191244 or 3420952. OLE color: 3420952.

HSL color Cylindrical-coordinate representation of color #183334: hue angle of 182.14º 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 #183334 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 51 52 -
CMYK 0.54 0.02 0 0.80
HSL 182.14º 0.37% 0.15% -
HSV(B) 182.14º 0.54% 0.2% -
XYZ 2.18 2.81 3.68 -
YUV 43.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 24 51 52 0.54 0.02 0 0.80 182.14 0.37 0.15
Hex 18 33 34 36 2 0 50 B6 25 F
Octal 30 63 64 66 2 0 120 266 45 17
Binary 11000 110011 110100 110110 10 0 1010000 10110110 100101 1111

Color Harmonies of #183334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183334

Black with #183334

Text Example


Text Example

White with #183334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183334; }

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

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

background-color css

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

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

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

border-color css

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

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

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