Html Css Color HEX #182935 Tangaroa

📋 copy color: '#182935'

red 24 ◦ green 41 ◦ blue 53

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

Shades of Tangaroa #182935

Tints of Tangaroa #182935

RGB

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

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

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

R = 20.34%
G = 34.75%
B = 44.92%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#182935 (or 0x182935) is known color: Tangaroa. HEX triplet: 18, 29 and 35. RGB value is (24,41,53). Sum of RGB (Red+Green+Blue) = 24+41+53=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #182935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182935 is #E7D6CA. Grayscale: #252525. Windows color (decimal): -15193803 or 3483928. OLE color: 3483928.

HSL color Cylindrical-coordinate representation of color #182935: hue angle of 204.83º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #182935 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 41 53 -
CMYK 0.55 0.23 0 0.79
HSL 204.83º 0.38% 0.15% -
HSV(B) 204.83º 0.55% 0.21% -
XYZ 1.81 2.04 3.67 -
YUV 37.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 24 41 53 0.55 0.23 0 0.79 204.83 0.38 0.15
Hex 18 29 35 37 17 0 4F CD 26 F
Octal 30 51 65 67 27 0 117 315 46 17
Binary 11000 101001 110101 110111 10111 0 1001111 11001101 100110 1111

Color Harmonies of #182935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182935

Black with #182935

Text Example


Text Example

White with #182935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182935; }

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

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

background-color css

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

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

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

border-color css

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

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

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