#08141A

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

Shades of Black Pearl #08141A

Tints of Black Pearl #08141A

Color information

#08141A (or 0x08141A) is unknown color: approx Black Pearl. HEX triplet: 08, 14 and 1A. RGB value is (8,20,26). Sum of RGB (Red+Green+Blue) = 8+20+26=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #08141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08141A is #F7EBE5. Grayscale: #111111. Windows color (decimal): -16247782 or 1709064. OLE color: 1709064.

HSL color Cylindrical-coordinate representation of color #08141A: hue angle of 200º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #08141A is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB82026-
CMYK0.690.2300.90
HSL200º52.94%6.67%-
HSV(B)200º69.23%10.2%-
XYZ0.540.631.07-
YUV17.1133.02121.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.81%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 26 (10.55% from 255) = 48.15%
R=14.81%
G=37.04%
B=48.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal820260.690.2300.9020052.946.67
Hex8141A451705Ac8357
Octal102432105270132310657
Binary100010100110101000101101110101101011001000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08141A; }

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

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

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

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

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

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

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

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