#08141F

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

Shades of Black Pearl #08141F

Tints of Black Pearl #08141F

Color information

#08141F (or 0x08141F) is unknown color: approx Black Pearl. HEX triplet: 08, 14 and 1F. RGB value is (8,20,31). Sum of RGB (Red+Green+Blue) = 8+20+31=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #08141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08141F is #F7EBE0. Grayscale: #111111. Windows color (decimal): -16247777 or 2036744. OLE color: 2036744.

HSL color Cylindrical-coordinate representation of color #08141F: hue angle of 208.7º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #08141F is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB82031-
CMYK0.740.3500.88
HSL208.7º58.97%7.65%-
HSV(B)208.7º74.19%12.16%-
XYZ0.60.651.39-
YUV17.67135.52121.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=13.56%
G=33.90%
B=52.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal820310.740.3500.88208.758.977.65
Hex8141F4A23058d13b8
Octal1024371124301303217310
Binary10001010011111100101010001101011000110100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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