#0D0231

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

Shades of Tolopea #0D0231

Tints of Tolopea #0D0231

Color information

#0D0231 (or 0x0D0231) is unknown color: approx Tolopea. HEX triplet: 0D, 02 and 31. RGB value is (13,2,49). Sum of RGB (Red+Green+Blue) = 13+2+49=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 49 (19.53% from 255 or 76.56% from 64); Max value from RGB is 49 - color contains mainly: blue. Hex color #0D0231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0231 is #F2FDCE. Grayscale: #0A0A0A. Windows color (decimal): -15924687 or 3211789. OLE color: 3211789.

HSL color Cylindrical-coordinate representation of color #0D0231: hue angle of 254.04º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0231 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB13249-
CMYK0.730.9600.81
HSL254.04º92.16%10%-
HSV(B)254.04º95.92%19.22%-
XYZ0.740.352.93-
YUV10.65149.64129.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.31%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 49 (19.53% from 255) = 76.56%
R=20.31%
G=3.12%
B=76.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal132490.730.9600.81254.0492.1610
HexD2314960051fe5ca
Octal15261111140012137613412
Binary11011011000110010011100000010100011111111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D0231; }

 p { color: rgb(13,2,49); }

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

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

 a { background-color: rgb(13,2,49); }

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

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

 span { border-color: rgb(13,2,49); }

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