Html Css Color HEX #1B3635 Nordic

📋 copy color: '#1B3635'

red 27 ◦ green 54 ◦ blue 53

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

Shades of Nordic #1B3635

Tints of Nordic #1B3635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 39.55%

R = 20.15%
G = 40.3%
B = 39.55%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#1B3635 (or 0x1B3635) is known color: Nordic. HEX triplet: 1B, 36 and 35. RGB value is (27,54,53). Sum of RGB (Red+Green+Blue) = 27+54+53=134 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.15% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 54 - color contains mainly: green. Hex color #1B3635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3635 is #E4C9CA. Grayscale: #2D2D2D. Windows color (decimal): -14993867 or 3487259. OLE color: 3487259.

HSL color Cylindrical-coordinate representation of color #1B3635: hue angle of 177.78º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B3635 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB 27 54 53 -
CMYK 0.5 0 0.02 0.79
HSL 177.78º 0.33% 0.16% -
HSV(B) 177.78º 0.5% 0.21% -
XYZ 2.41 3.13 3.84 -
YUV 45.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 27 54 53 0.5 0 0.02 0.79 177.78 0.33 0.16
Hex 1B 36 35 32 0 2 4F B2 21 10
Octal 33 66 65 62 0 2 117 262 41 20
Binary 11011 110110 110101 110010 0 10 1001111 10110010 100001 10000

Color Harmonies of #1B3635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3635

Black with #1B3635

Text Example


Text Example

White with #1B3635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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