Html Css Color HEX #18303B Tangaroa

📋 copy color: '#18303B'

red 24 ◦ green 48 ◦ blue 59

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

Shades of Tangaroa #18303B

Tints of Tangaroa #18303B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 45.04%

R = 18.32%
G = 36.64%
B = 45.04%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18303B (or 0x18303B) is known color: Tangaroa. HEX triplet: 18, 30 and 3B. RGB value is (24,48,59). Sum of RGB (Red+Green+Blue) = 24+48+59=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 59 - color contains mainly: blue. Hex color #18303B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18303B is #E7CFC4. Grayscale: #2A2A2A. Windows color (decimal): -15192005 or 3878936. OLE color: 3878936.

HSL color Cylindrical-coordinate representation of color #18303B: hue angle of 198.86º degrees, saturation: 0.42, 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 #18303B is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 48 59 -
CMYK 0.59 0.19 0 0.77
HSL 198.86º 0.42% 0.16% -
HSV(B) 198.86º 0.59% 0.23% -
XYZ 2.22 2.62 4.53 -
YUV 42.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 24 48 59 0.59 0.19 0 0.77 198.86 0.42 0.16
Hex 18 30 3B 3B 13 0 4D C7 2A 10
Octal 30 60 73 73 23 0 115 307 52 20
Binary 11000 110000 111011 111011 10011 0 1001101 11000111 101010 10000

Color Harmonies of #18303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18303B

Black with #18303B

Text Example


Text Example

White with #18303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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