#0D0344

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

Shades of Paua #0D0344

Tints of Paua #0D0344

Color information

#0D0344 (or 0x0D0344) is unknown color: approx Paua. HEX triplet: 0D, 03 and 44. RGB value is (13,3,68). Sum of RGB (Red+Green+Blue) = 13+3+68=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 68 (26.95% from 255 or 80.95% from 84); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D0344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0344 is #F2FCBB. Grayscale: #0D0D0D. Windows color (decimal): -15924412 or 4457229. OLE color: 4457229.

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

Color convert

RGB13368-
CMYK0.810.9600.73
HSL249.23º91.55%13.92%-
HSV(B)249.23º95.59%26.67%-
XYZ1.240.575.51-
YUV13.4158.81127.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.48%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 68 (26.95% from 255) = 80.95%
R=15.48%
G=3.57%
B=80.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal133680.810.9600.73249.2391.5513.92
HexD3445160049f95ce
Octal153104121140011137113416
Binary110111100010010100011100000010010011111100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,3,68); }

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

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

 a { background-color: rgb(13,3,68); }

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

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

 span { border-color: rgb(13,3,68); }

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