Html Css Color HEX #183235 Nordic

📋 copy color: '#183235'

red 24 ◦ green 50 ◦ blue 53

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

Shades of Nordic #183235

Tints of Nordic #183235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.37%

 BLUE value IS 53 (21.09% from 255) = 41.73%

R = 18.9%
G = 39.37%
B = 41.73%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#183235 (or 0x183235) is known color: Nordic. HEX triplet: 18, 32 and 35. RGB value is (24,50,53). Sum of RGB (Red+Green+Blue) = 24+50+53=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 53 - color contains mainly: blue. Hex color #183235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183235 is #E7CDCA. Grayscale: #2A2A2A. Windows color (decimal): -15191499 or 3486232. OLE color: 3486232.

HSL color Cylindrical-coordinate representation of color #183235: hue angle of 186.21º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #183235 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 50 53 -
CMYK 0.55 0.06 0 0.79
HSL 186.21º 0.38% 0.15% -
HSV(B) 186.21º 0.55% 0.21% -
XYZ 2.16 2.73 3.78 -
YUV 42.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 24 50 53 0.55 0.06 0 0.79 186.21 0.38 0.15
Hex 18 32 35 37 6 0 4F BA 26 F
Octal 30 62 65 67 6 0 117 272 46 17
Binary 11000 110010 110101 110111 110 0 1001111 10111010 100110 1111

Color Harmonies of #183235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183235

Black with #183235

Text Example


Text Example

White with #183235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183235; }

 p { color: rgb(24,50,53); }

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

background-color css

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

 a { background-color: rgb(24,50,53); }

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

border-color css

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

 span { border-color: rgb(24,50,53); }

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