Html Css Color HEX #112937 Tangaroa

📋 copy color: '#112937'

red 17 ◦ green 41 ◦ blue 55

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

Shades of Tangaroa #112937

Tints of Tangaroa #112937

RGB

 RED value IS 17 (7.03% from 255) = 15.04%

 GREEN value IS 41 (16.41% from 255) = 36.28%

 BLUE value IS 55 (21.88% from 255) = 48.67%

R = 15.04%
G = 36.28%
B = 48.67%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112937 (or 0x112937) is known color: Tangaroa. HEX triplet: 11, 29 and 37. RGB value is (17,41,55). Sum of RGB (Red+Green+Blue) = 17+41+55=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #112937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112937 is #EED6C8. Grayscale: #232323. Windows color (decimal): -15652553 or 3614993. OLE color: 3614993.

HSL color Cylindrical-coordinate representation of color #112937: hue angle of 202.11º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112937 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 41 55 -
CMYK 0.69 0.25 0 0.78
HSL 202.11º 0.53% 0.14% -
HSV(B) 202.11º 0.69% 0.22% -
XYZ 1.71 1.98 3.91 -
YUV 35.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 17 41 55 0.69 0.25 0 0.78 202.11 0.53 0.14
Hex 11 29 37 45 19 0 4E CA 35 E
Octal 21 51 67 105 31 0 116 312 65 16
Binary 10001 101001 110111 1000101 11001 0 1001110 11001010 110101 1110

Color Harmonies of #112937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112937

Black with #112937

Text Example


Text Example

White with #112937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112937; }

 p { color: rgb(17,41,55); }

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

background-color css

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

 a { background-color: rgb(17,41,55); }

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

border-color css

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

 span { border-color: rgb(17,41,55); }

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