#061A2C

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

Shades of Black Pearl #061A2C

Tints of Black Pearl #061A2C

Color information

#061A2C (or 0x061A2C) is unknown color: approx Black Pearl. HEX triplet: 06, 1A and 2C. RGB value is (6,26,44). Sum of RGB (Red+Green+Blue) = 6+26+44=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #061A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A2C is #F9E5D3. Grayscale: #151515. Windows color (decimal): -16377300 or 2890246. OLE color: 2890246.

HSL color Cylindrical-coordinate representation of color #061A2C: hue angle of 208.42º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #061A2C is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB62644-
CMYK0.860.4100.83
HSL208.42º76%9.8%-
HSV(B)208.42º86.36%17.25%-
XYZ0.90.962.52-
YUV22.07140.37116.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 26 (10.55% from 255) = 34.21%
BLUE value IS 44 (17.58% from 255) = 57.89%
R=7.89%
G=34.21%
B=57.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal626440.860.4100.83208.42769.8
Hex61A2C5629053d04ca
Octal6325412651012332011412
Binary110110101011001010110101001010100111101000010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061A2C; }

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

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

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

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

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

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

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

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