#233839

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

Shades of Nordic #233839

Tints of Nordic #233839

Color information

#233839 (or 0x233839) is unknown color: approx Nordic. HEX triplet: 23, 38 and 39. RGB value is (35,56,57). Sum of RGB (Red+Green+Blue) = 35+56+57=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 57 - color contains mainly: blue. Hex color #233839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233839 is #DCC7C6. Grayscale: #313131. Windows color (decimal): -14469063 or 3749923. OLE color: 3749923.

HSL color Cylindrical-coordinate representation of color #233839: hue angle of 182.73º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #233839 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB355657-
CMYK0.390.0200.78
HSL182.73º23.91%18.04%-
HSV(B)182.73º38.6%22.35%-
XYZ2.853.484.39-
YUV49.84132.04117.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.65%
GREEN value IS 56 (22.27% from 255) = 37.84%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=23.65%
G=37.84%
B=38.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3556570.390.0200.78182.7323.9118.04
Hex23383927204Eb71812
Octal43707147201162673022
Binary1000111110001110011001111001001110101101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233839; }

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

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

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

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

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

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

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

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