#06172A

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

Shades of Black Pearl #06172A

Tints of Black Pearl #06172A

Color information

#06172A (or 0x06172A) is unknown color: approx Black Pearl. HEX triplet: 06, 17 and 2A. RGB value is (6,23,42). Sum of RGB (Red+Green+Blue) = 6+23+42=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 42 (16.80% from 255 or 59.15% from 71); Max value from RGB is 42 - color contains mainly: blue. Hex color #06172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06172A is #F9E8D5. Grayscale: #131313. Windows color (decimal): -16378070 or 2758406. OLE color: 2758406.

HSL color Cylindrical-coordinate representation of color #06172A: hue angle of 211.67º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06172A is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB62342-
CMYK0.860.4500.84
HSL211.67º75%9.41%-
HSV(B)211.67º85.71%16.47%-
XYZ0.80.822.31-
YUV20.08140.37117.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 23 (9.38% from 255) = 32.39%
BLUE value IS 42 (16.80% from 255) = 59.15%
R=8.45%
G=32.39%
B=59.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal623420.860.4500.84211.67759.41
Hex6172A562D054d44b9
Octal6275212655012432411311
Binary110101111010101010110101101010101001101010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,23,42); }

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

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

 a { background-color: rgb(6,23,42); }

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

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

 span { border-color: rgb(6,23,42); }

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