Html Css Color HEX #182838 Tangaroa

📋 copy color: '#182838'

red 24 ◦ green 40 ◦ blue 56

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

Shades of Tangaroa #182838

Tints of Tangaroa #182838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.33%

 BLUE value IS 56 (22.27% from 255) = 46.67%

R = 20%
G = 33.33%
B = 46.67%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#182838 (or 0x182838) is known color: Tangaroa. HEX triplet: 18, 28 and 38. RGB value is (24,40,56). Sum of RGB (Red+Green+Blue) = 24+40+56=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #182838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182838 is #E7D7C7. Grayscale: #242424. Windows color (decimal): -15194056 or 3680280. OLE color: 3680280.

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

Color convert

RGB 24 40 56 -
CMYK 0.57 0.29 0 0.78
HSL 210º 0.4% 0.16% -
HSV(B) 210º 0.57% 0.22% -
XYZ 1.85 2 4.03 -
YUV 37.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 24 40 56 0.57 0.29 0 0.78 210 0.4 0.16
Hex 18 28 38 39 1D 0 4E D2 28 10
Octal 30 50 70 71 35 0 116 322 50 20
Binary 11000 101000 111000 111001 11101 0 1001110 11010010 101000 10000

Color Harmonies of #182838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182838

Black with #182838

Text Example


Text Example

White with #182838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182838; }

 p { color: rgb(24,40,56); }

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

background-color css

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

 a { background-color: rgb(24,40,56); }

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

border-color css

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

 span { border-color: rgb(24,40,56); }

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