#060F1A

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

Shades of Black Pearl #060F1A

Tints of Black Pearl #060F1A

Color information

#060F1A (or 0x060F1A) is unknown color: approx Black Pearl. HEX triplet: 06, 0F and 1A. RGB value is (6,15,26). Sum of RGB (Red+Green+Blue) = 6+15+26=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #060F1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F1A is #F9F0E5. Grayscale: #0D0D0D. Windows color (decimal): -16380134 or 1707782. OLE color: 1707782.

HSL color Cylindrical-coordinate representation of color #060F1A: hue angle of 213º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #060F1A is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB61526-
CMYK0.770.4200.90
HSL213º62.5%6.27%-
HSV(B)213º76.92%10.2%-
XYZ0.430.451.04-
YUV13.56135.02122.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.77%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 26 (10.55% from 255) = 55.32%
R=12.77%
G=31.91%
B=55.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal615260.770.4200.9021362.56.27
Hex6F1A4D2A05Ad53e6
Octal61732115520132325766
Binary11011111101010011011010100101101011010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060F1A; }

 p { color: rgb(6,15,26); }

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

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

 a { background-color: rgb(6,15,26); }

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

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

 span { border-color: rgb(6,15,26); }

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