Html Css Color HEX #1B3941 Nordic

📋 copy color: '#1B3941'

red 27 ◦ green 57 ◦ blue 65

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

Shades of Nordic #1B3941

Tints of Nordic #1B3941

RGB

 RED value IS 27 (10.94% from 255) = 18.12%

 GREEN value IS 57 (22.66% from 255) = 38.26%

 BLUE value IS 65 (25.78% from 255) = 43.62%

R = 18.12%
G = 38.26%
B = 43.62%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B3941 (or 0x1B3941) is known color: Nordic. HEX triplet: 1B, 39 and 41. RGB value is (27,57,65). Sum of RGB (Red+Green+Blue) = 27+57+65=149 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.12% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3941 is #E4C6BE. Grayscale: #303030. Windows color (decimal): -14993087 or 4274459. OLE color: 4274459.

HSL color Cylindrical-coordinate representation of color #1B3941: hue angle of 192.63º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B3941 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 57 65 -
CMYK 0.58 0.12 0 0.75
HSL 192.63º 0.41% 0.18% -
HSV(B) 192.63º 0.58% 0.25% -
XYZ 2.87 3.54 5.53 -
YUV 48.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 27 57 65 0.58 0.12 0 0.75 192.63 0.41 0.18
Hex 1B 39 41 3A C 0 4B C1 29 12
Octal 33 71 101 72 14 0 113 301 51 22
Binary 11011 111001 1000001 111010 1100 0 1001011 11000001 101001 10010

Color Harmonies of #1B3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3941

Black with #1B3941

Text Example


Text Example

White with #1B3941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,57,65); }

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

background-color css

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

 a { background-color: rgb(27,57,65); }

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

border-color css

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

 span { border-color: rgb(27,57,65); }

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