Html Css Color HEX #182939 Tangaroa

📋 copy color: '#182939'

red 24 ◦ green 41 ◦ blue 57

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

Shades of Tangaroa #182939

Tints of Tangaroa #182939

RGB

 RED value IS 24 (9.77% from 255) = 19.67%

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

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

R = 19.67%
G = 33.61%
B = 46.72%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#182939 (or 0x182939) is known color: Tangaroa. HEX triplet: 18, 29 and 39. RGB value is (24,41,57). Sum of RGB (Red+Green+Blue) = 24+41+57=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #182939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182939 is #E7D6C6. Grayscale: #252525. Windows color (decimal): -15193799 or 3746072. OLE color: 3746072.

HSL color Cylindrical-coordinate representation of color #182939: hue angle of 209.09º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #182939 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 41 57 -
CMYK 0.58 0.28 0 0.78
HSL 209.09º 0.41% 0.16% -
HSV(B) 209.09º 0.58% 0.22% -
XYZ 1.91 2.08 4.17 -
YUV 37.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 24 41 57 0.58 0.28 0 0.78 209.09 0.41 0.16
Hex 18 29 39 3A 1C 0 4E D1 29 10
Octal 30 51 71 72 34 0 116 321 51 20
Binary 11000 101001 111001 111010 11100 0 1001110 11010001 101001 10000

Color Harmonies of #182939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182939

Black with #182939

Text Example


Text Example

White with #182939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182939; }

 p { color: rgb(24,41,57); }

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

background-color css

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

 a { background-color: rgb(24,41,57); }

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

border-color css

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

 span { border-color: rgb(24,41,57); }

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