Html Css Color HEX #1C3034 Nordic

📋 copy color: '#1C3034'

red 28 ◦ green 48 ◦ blue 52

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

Shades of Nordic #1C3034

Tints of Nordic #1C3034

RGB

 RED value IS 28 (11.33% from 255) = 21.88%

 GREEN value IS 48 (19.14% from 255) = 37.5%

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

R = 21.88%
G = 37.5%
B = 40.63%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1C3034 (or 0x1C3034) is known color: Nordic. HEX triplet: 1C, 30 and 34. RGB value is (28,48,52). Sum of RGB (Red+Green+Blue) = 28+48+52=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 52 - color contains mainly: blue. Hex color #1C3034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3034 is #E3CFCB. Grayscale: #2A2A2A. Windows color (decimal): -14929868 or 3420188. OLE color: 3420188.

HSL color Cylindrical-coordinate representation of color #1C3034: hue angle of 190º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C3034 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 28 48 52 -
CMYK 0.46 0.08 0 0.80
HSL 190º 0.3% 0.16% -
HSV(B) 190º 0.46% 0.2% -
XYZ 2.16 2.61 3.64 -
YUV 42.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 28 48 52 0.46 0.08 0 0.80 190 0.3 0.16
Hex 1C 30 34 2E 8 0 50 BE 1E 10
Octal 34 60 64 56 10 0 120 276 36 20
Binary 11100 110000 110100 101110 1000 0 1010000 10111110 11110 10000

Color Harmonies of #1C3034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3034

Black with #1C3034

Text Example


Text Example

White with #1C3034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C3034; }

 p { color: rgb(28,48,52); }

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

background-color css

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

 a { background-color: rgb(28,48,52); }

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

border-color css

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

 span { border-color: rgb(28,48,52); }

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