Html Css Color HEX #1B3D41 Nordic

📋 copy color: '#1B3D41'

red 27 ◦ green 61 ◦ blue 65

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

Shades of Nordic #1B3D41

Tints of Nordic #1B3D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.87%

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

R = 17.65%
G = 39.87%
B = 42.48%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B3D41 (or 0x1B3D41) is known color: Nordic. HEX triplet: 1B, 3D and 41. RGB value is (27,61,65). Sum of RGB (Red+Green+Blue) = 27+61+65=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B3D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3D41 is #E4C2BE. Grayscale: #333333. Windows color (decimal): -14992063 or 4275483. OLE color: 4275483.

HSL color Cylindrical-coordinate representation of color #1B3D41: hue angle of 186.32º 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 #1B3D41 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 61 65 -
CMYK 0.58 0.06 0 0.75
HSL 186.32º 0.41% 0.18% -
HSV(B) 186.32º 0.58% 0.25% -
XYZ 3.07 3.95 5.6 -
YUV 51.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 27 61 65 0.58 0.06 0 0.75 186.32 0.41 0.18
Hex 1B 3D 41 3A 6 0 4B BA 29 12
Octal 33 75 101 72 6 0 113 272 51 22
Binary 11011 111101 1000001 111010 110 0 1001011 10111010 101001 10010

Color Harmonies of #1B3D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3D41

Black with #1B3D41

Text Example


Text Example

White with #1B3D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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