#1F183D

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

Shades of Tolopea #1F183D

Tints of Tolopea #1F183D

Color information

#1F183D (or 0x1F183D) is unknown color: approx Tolopea. HEX triplet: 1F, 18 and 3D. RGB value is (31,24,61). Sum of RGB (Red+Green+Blue) = 31+24+61=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F183D is #E0E7C2. Grayscale: #1E1E1E. Windows color (decimal): -14739395 or 4003871. OLE color: 4003871.

HSL color Cylindrical-coordinate representation of color #1F183D: hue angle of 251.35º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F183D is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB312461-
CMYK0.490.6100.76
HSL251.35º43.53%16.67%-
HSV(B)251.35º60.66%23.92%-
XYZ1.731.284.57-
YUV30.31145.32128.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 61 (24.22% from 255) = 52.59%
R=26.72%
G=20.69%
B=52.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3124610.490.6100.76251.3543.5316.67
Hex1F183D313D04Cfb2c11
Octal373075617501143735421
Binary1111111000111101110001111101010011001111101110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F183D; }

 p { color: rgb(31,24,61); }

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

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

 a { background-color: rgb(31,24,61); }

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

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

 span { border-color: rgb(31,24,61); }

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