Shades of Nordic #23383C
Tints of Nordic #23383C
RGB
CMYK
RGB Variations
Color information
#23383C (or 0x23383C) is known color: Nordic. HEX triplet: 23, 38 and 3C. RGB value is (35,56,60). Sum of RGB (Red+Green+Blue) = 35+56+60=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 60 - color contains mainly: blue. Hex color #23383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23383C is #DCC7C3. Grayscale: #323232. Windows color (decimal): -14469060 or 3946531. OLE color: 3946531.
HSL color Cylindrical-coordinate representation of color #23383C: hue angle of 189.6º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #23383C is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 56 | 60 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.76 |
| HSL | 189.6º | 0.26% | 0.19% | - |
| HSV(B) | 189.6º | 0.42% | 0.24% | - |
| XYZ | 2.92 | 3.51 | 4.8 | - |
| YUV | 50.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 60 | 0.42 | 0.07 | 0 | 0.76 | 189.6 | 0.26 | 0.19 |
| Hex | 23 | 38 | 3C | 2A | 7 | 0 | 4C | BE | 1A | 13 |
| Octal | 43 | 70 | 74 | 52 | 7 | 0 | 114 | 276 | 32 | 23 |
| Binary | 100011 | 111000 | 111100 | 101010 | 111 | 0 | 1001100 | 10111110 | 11010 | 10011 |
Color Harmonies of #23383C
Complementary color
Monochromatic Colors of #23383C
Black with #23383C
Text Example
Text Example
White with #23383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23383C; }
p { color: rgb(35,56,60); }
H1.HeaderClassName
{
color: #23383C;
}
.AnyTagClassName
{
color: #23383C;
}
</style>
background-color css
<style>
a { background-color: #23383C; }
a { background-color: rgb(35,56,60); }
div.DivClassName
{
background-color: #23383C;
}
.BgClassName
{
background-color: #23383C;
}
</style>
border-color css
<style>
span { border-color: #23383C; }
span { border-color: rgb(35,56,60); }
td.TdClassName
{
border-color: #23383C;
}
.TagClassName
{
border-color: #23383C;
}
</style>