Html Css Color HEX #18303A Tangaroa

📋 copy color: '#18303A'

red 24 ◦ green 48 ◦ blue 58

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

Shades of Tangaroa #18303A

Tints of Tangaroa #18303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.92%

 BLUE value IS 58 (23.05% from 255) = 44.62%

R = 18.46%
G = 36.92%
B = 44.62%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18303A (or 0x18303A) is known color: Tangaroa. HEX triplet: 18, 30 and 3A. RGB value is (24,48,58). Sum of RGB (Red+Green+Blue) = 24+48+58=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #18303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18303A is #E7CFC5. Grayscale: #292929. Windows color (decimal): -15192006 or 3813400. OLE color: 3813400.

HSL color Cylindrical-coordinate representation of color #18303A: hue angle of 197.65º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18303A is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 48 58 -
CMYK 0.59 0.17 0 0.77
HSL 197.65º 0.41% 0.16% -
HSV(B) 197.65º 0.59% 0.23% -
XYZ 2.2 2.61 4.39 -
YUV 41.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 24 48 58 0.59 0.17 0 0.77 197.65 0.41 0.16
Hex 18 30 3A 3B 11 0 4D C6 29 10
Octal 30 60 72 73 21 0 115 306 51 20
Binary 11000 110000 111010 111011 10001 0 1001101 11000110 101001 10000

Color Harmonies of #18303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18303A

Black with #18303A

Text Example


Text Example

White with #18303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18303A; }

 p { color: rgb(24,48,58); }

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

background-color css

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

 a { background-color: rgb(24,48,58); }

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

border-color css

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

 span { border-color: rgb(24,48,58); }

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