Html Css Color HEX #1B3B49 Tarawera

📋 copy color: '#1B3B49'

red 27 ◦ green 59 ◦ blue 73

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

Shades of Tarawera #1B3B49

Tints of Tarawera #1B3B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.11%

 BLUE value IS 73 (28.91% from 255) = 45.91%

R = 16.98%
G = 37.11%
B = 45.91%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1B3B49 (or 0x1B3B49) is known color: Tarawera. HEX triplet: 1B, 3B and 49. RGB value is (27,59,73). Sum of RGB (Red+Green+Blue) = 27+59+73=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #1B3B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3B49 is #E4C4B6. Grayscale: #323232. Windows color (decimal): -14992567 or 4799259. OLE color: 4799259.

HSL color Cylindrical-coordinate representation of color #1B3B49: hue angle of 198.26º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B3B49 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 27 59 73 -
CMYK 0.63 0.19 0 0.71
HSL 198.26º 0.46% 0.2% -
HSV(B) 198.26º 0.63% 0.29% -
XYZ 3.22 3.84 6.88 -
YUV 51.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 27 59 73 0.63 0.19 0 0.71 198.26 0.46 0.2
Hex 1B 3B 49 3F 13 0 47 C6 2E 14
Octal 33 73 111 77 23 0 107 306 56 24
Binary 11011 111011 1001001 111111 10011 0 1000111 11000110 101110 10100

Color Harmonies of #1B3B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3B49

Black with #1B3B49

Text Example


Text Example

White with #1B3B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,59,73); }

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

background-color css

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

 a { background-color: rgb(27,59,73); }

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

border-color css

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

 span { border-color: rgb(27,59,73); }

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