Html Css Color HEX #23373A Nordic

📋 copy color: '#23373A'

red 35 ◦ green 55 ◦ blue 58

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

Shades of Nordic #23373A

Tints of Nordic #23373A

RGB

 RED value IS 35 (14.06% from 255) = 23.65%

 GREEN value IS 55 (21.88% from 255) = 37.16%

 BLUE value IS 58 (23.05% from 255) = 39.19%

R = 23.65%
G = 37.16%
B = 39.19%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#23373A (or 0x23373A) is known color: Nordic. HEX triplet: 23, 37 and 3A. RGB value is (35,55,58). Sum of RGB (Red+Green+Blue) = 35+55+58=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 58 - color contains mainly: blue. Hex color #23373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23373A is #DCC8C5. Grayscale: #313131. Windows color (decimal): -14469318 or 3815203. OLE color: 3815203.

HSL color Cylindrical-coordinate representation of color #23373A: hue angle of 187.83º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #23373A is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 35 55 58 -
CMYK 0.40 0.05 0 0.77
HSL 187.83º 0.25% 0.18% -
HSV(B) 187.83º 0.4% 0.23% -
XYZ 2.82 3.4 4.51 -
YUV 49.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 35 55 58 0.40 0.05 0 0.77 187.83 0.25 0.18
Hex 23 37 3A 28 5 0 4D BC 19 12
Octal 43 67 72 50 5 0 115 274 31 22
Binary 100011 110111 111010 101000 101 0 1001101 10111100 11001 10010

Color Harmonies of #23373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23373A

Black with #23373A

Text Example


Text Example

White with #23373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23373A; }

 p { color: rgb(35,55,58); }

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

background-color css

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

 a { background-color: rgb(35,55,58); }

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

border-color css

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

 span { border-color: rgb(35,55,58); }

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