Html Css Color HEX #23383A Nordic

📋 copy color: '#23383A'

red 35 ◦ green 56 ◦ blue 58

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

Shades of Nordic #23383A

Tints of Nordic #23383A

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 value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#23383A (or 0x23383A) is known color: 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

RGB 35 56 58 -
CMYK 0.40 0.03 0 0.77
HSL 185.22º 0.25% 0.18% -
HSV(B) 185.22º 0.4% 0.23% -
XYZ 2.87 3.49 4.53 -
YUV 49.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 35 56 58 0.40 0.03 0 0.77 185.22 0.25 0.18
Hex 23 38 3A 28 3 0 4D B9 19 12
Octal 43 70 72 50 3 0 115 271 31 22
Binary 100011 111000 111010 101000 11 0 1001101 10111001 11001 10010

Color Harmonies of #23383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23383A

Black with #23383A

Text Example


Text Example

White with #23383A

Text Example


Text Example

HTML Codes & Css Web 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>