#180D30

Color #180D30 Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #180D30

Tints of Tolopea #180D30

Color information

#180D30 (or 0x180D30) is unknown color: approx Tolopea. HEX triplet: 18, 0D and 30. RGB value is (24,13,48). Sum of RGB (Red+Green+Blue) = 24+13+48=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 48 (19.14% from 255 or 56.47% from 85); Max value from RGB is 48 - color contains mainly: blue. Hex color #180D30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D30 is #E7F2CF. Grayscale: #141414. Windows color (decimal): -15200976 or 3149080. OLE color: 3149080.

HSL color Cylindrical-coordinate representation of color #180D30: hue angle of 258.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #180D30 is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB241348-
CMYK0.50.7300.81
HSL258.86º57.38%11.96%-
HSV(B)258.86º72.92%18.82%-
XYZ1.050.72.87-
YUV20.28143.64130.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.24%
GREEN value IS 13 (5.47% from 255) = 15.29%
BLUE value IS 48 (19.14% from 255) = 56.47%
R=28.24%
G=15.29%
B=56.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2413480.50.7300.81258.8657.3811.96
Hex18D30324905110339c
Octal3015606211101214037114
Binary1100011011100001100101001001010100011000000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180D30; }

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

 H1.HeaderClassName
 {
   color: #180D30;
 }
 .AnyTagClassName
 {
   color: #180D30;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #180D30;
 }
 .BgClassName
 {
   background-color: #180D30;
 }
</style>
border-color css

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

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

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