#0B0340

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

Shades of Paua #0B0340

Tints of Paua #0B0340

Color information

#0B0340 (or 0x0B0340) is unknown color: approx Paua. HEX triplet: 0B, 03 and 40. RGB value is (11,3,64). Sum of RGB (Red+Green+Blue) = 11+3+64=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 64 (25.39% from 255 or 82.05% from 78); Max value from RGB is 64 - color contains mainly: blue. Hex color #0B0340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0340 is #F4FCBF. Grayscale: #0C0C0C. Windows color (decimal): -16055488 or 4195083. OLE color: 4195083.

HSL color Cylindrical-coordinate representation of color #0B0340: hue angle of 247.87º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0340 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB11364-
CMYK0.830.9500.75
HSL247.87º91.04%13.14%-
HSV(B)247.87º95.31%25.1%-
XYZ1.10.514.89-
YUV12.35157.15127.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.10%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 64 (25.39% from 255) = 82.05%
R=14.10%
G=3.85%
B=82.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal113640.830.9500.75247.8791.0413.14
HexB340535F04Bf85bd
Octal133100123137011337013315
Binary101111100000010100111011111010010111111100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,3,64); }

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

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

 a { background-color: rgb(11,3,64); }

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

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

 span { border-color: rgb(11,3,64); }

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