Html Css Color HEX #183534 Nordic

📋 copy color: '#183534'

red 24 ◦ green 53 ◦ blue 52

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

Shades of Nordic #183534

Tints of Nordic #183534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.09%

 BLUE value IS 52 (20.7% from 255) = 40.31%

R = 18.6%
G = 41.09%
B = 40.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#183534 (or 0x183534) is known color: Nordic. HEX triplet: 18, 35 and 34. RGB value is (24,53,52). Sum of RGB (Red+Green+Blue) = 24+53+52=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #183534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183534 is #E7CACB. Grayscale: #2C2C2C. Windows color (decimal): -15190732 or 3421464. OLE color: 3421464.

HSL color Cylindrical-coordinate representation of color #183534: hue angle of 177.93º 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 #183534 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 53 52 -
CMYK 0.55 0 0.02 0.79
HSL 177.93º 0.38% 0.15% -
HSV(B) 177.93º 0.55% 0.21% -
XYZ 2.27 2.99 3.71 -
YUV 44.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 24 53 52 0.55 0 0.02 0.79 177.93 0.38 0.15
Hex 18 35 34 37 0 2 4F B2 26 F
Octal 30 65 64 67 0 2 117 262 46 17
Binary 11000 110101 110100 110111 0 10 1001111 10110010 100110 1111

Color Harmonies of #183534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183534

Black with #183534

Text Example


Text Example

White with #183534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183534; }

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

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

background-color css

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

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

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

border-color css

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

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

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