#081423

Color #081423 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #081423

Tints of Black Pearl #081423

Color information

#081423 (or 0x081423) is unknown color: approx Black Pearl. HEX triplet: 08, 14 and 23. RGB value is (8,20,35). Sum of RGB (Red+Green+Blue) = 8+20+35=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #081423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081423 is #F7EBDC. Grayscale: #121212. Windows color (decimal): -16247773 or 2298888. OLE color: 2298888.

HSL color Cylindrical-coordinate representation of color #081423: hue angle of 213.33º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #081423 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB82035-
CMYK0.770.4300.86
HSL213.33º62.79%8.43%-
HSV(B)213.33º77.14%13.73%-
XYZ0.650.671.69-
YUV18.12137.52120.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 35 (14.06% from 255) = 55.56%
R=12.70%
G=31.75%
B=55.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal820350.770.4300.86213.3362.798.43
Hex814234D2B056d53f8
Octal1024431155301263257710
Binary100010100100011100110110101101010110110101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081423; }

 p { color: rgb(8,20,35); }

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

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

 a { background-color: rgb(8,20,35); }

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

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

 span { border-color: rgb(8,20,35); }

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