#23383A

Color #23383A Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #23383A

Tints of Nordic #23383A

Color information

#23383A (or 0x23383A) is unknown color: approx Nordic. HEX triplet: 23, 38 and 3A. RGB value is (35,56,58). Sum of RGB (Red+Green+Blue) = 35+56+58=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 58 - color contains mainly: blue. Hex color #23383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23383A is #DCC7C5. Grayscale: #313131. Windows color (decimal): -14469062 or 3815459. OLE color: 3815459.

HSL color Cylindrical-coordinate representation of color #23383A: hue angle of 185.22º 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 #23383A is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB355658-
CMYK0.400.0300.77
HSL185.22º24.73%18.24%-
HSV(B)185.22º39.66%22.75%-
XYZ2.873.494.53-
YUV49.95132.54117.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.49%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 58 (23.05% from 255) = 38.93%
R=23.49%
G=37.58%
B=38.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3556580.400.0300.77185.2224.7318.24
Hex23383A28304Db91912
Octal43707250301152713122
Binary1000111110001110101010001101001101101110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #23383A;
 }
 .AnyTagClassName
 {
   color: #23383A;
 }
</style>
background-color css

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

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

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

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

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

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