Html Css Color HEX #183135 Nordic

📋 copy color: '#183135'

red 24 ◦ green 49 ◦ blue 53

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

Shades of Nordic #183135

Tints of Nordic #183135

RGB

 RED value IS 24 (9.77% from 255) = 19.05%

 GREEN value IS 49 (19.53% from 255) = 38.89%

 BLUE value IS 53 (21.09% from 255) = 42.06%

R = 19.05%
G = 38.89%
B = 42.06%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#183135 (or 0x183135) is known color: Nordic. HEX triplet: 18, 31 and 35. RGB value is (24,49,53). Sum of RGB (Red+Green+Blue) = 24+49+53=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #183135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183135 is #E7CECA. Grayscale: #292929. Windows color (decimal): -15191755 or 3485976. OLE color: 3485976.

HSL color Cylindrical-coordinate representation of color #183135: hue angle of 188.28º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #183135 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 49 53 -
CMYK 0.55 0.08 0 0.79
HSL 188.28º 0.38% 0.15% -
HSV(B) 188.28º 0.55% 0.21% -
XYZ 2.12 2.65 3.77 -
YUV 41.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 24 49 53 0.55 0.08 0 0.79 188.28 0.38 0.15
Hex 18 31 35 37 8 0 4F BC 26 F
Octal 30 61 65 67 10 0 117 274 46 17
Binary 11000 110001 110101 110111 1000 0 1001111 10111100 100110 1111

Color Harmonies of #183135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183135

Black with #183135

Text Example


Text Example

White with #183135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183135; }

 p { color: rgb(24,49,53); }

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

background-color css

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

 a { background-color: rgb(24,49,53); }

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

border-color css

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

 span { border-color: rgb(24,49,53); }

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