Html Css Color HEX #1B3639 Nordic

📋 copy color: '#1B3639'

red 27 ◦ green 54 ◦ blue 57

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

Shades of Nordic #1B3639

Tints of Nordic #1B3639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

 BLUE value IS 57 (22.66% from 255) = 41.3%

R = 19.57%
G = 39.13%
B = 41.3%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1B3639 (or 0x1B3639) is known color: Nordic. HEX triplet: 1B, 36 and 39. RGB value is (27,54,57). Sum of RGB (Red+Green+Blue) = 27+54+57=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #1B3639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3639 is #E4C9C6. Grayscale: #2E2E2E. Windows color (decimal): -14993863 or 3749403. OLE color: 3749403.

HSL color Cylindrical-coordinate representation of color #1B3639: hue angle of 186º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B3639 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 27 54 57 -
CMYK 0.53 0.05 0 0.78
HSL 186º 0.36% 0.16% -
HSV(B) 186º 0.53% 0.22% -
XYZ 2.51 3.17 4.35 -
YUV 46.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 27 54 57 0.53 0.05 0 0.78 186 0.36 0.16
Hex 1B 36 39 35 5 0 4E BA 24 10
Octal 33 66 71 65 5 0 116 272 44 20
Binary 11011 110110 111001 110101 101 0 1001110 10111010 100100 10000

Color Harmonies of #1B3639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3639

Black with #1B3639

Text Example


Text Example

White with #1B3639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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