#061B2C

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

Shades of Black Pearl #061B2C

Tints of Black Pearl #061B2C

Color information

#061B2C (or 0x061B2C) is unknown color: approx Black Pearl. HEX triplet: 06, 1B and 2C. RGB value is (6,27,44). Sum of RGB (Red+Green+Blue) = 6+27+44=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #061B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B2C is #F9E4D3. Grayscale: #161616. Windows color (decimal): -16377044 or 2890502. OLE color: 2890502.

HSL color Cylindrical-coordinate representation of color #061B2C: hue angle of 206.84º 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 #061B2C is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB62744-
CMYK0.860.3900.83
HSL206.84º76%9.8%-
HSV(B)206.84º86.36%17.25%-
XYZ0.9212.53-
YUV22.66140.04116.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 44 (17.58% from 255) = 57.14%
R=7.79%
G=35.06%
B=57.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal627440.860.3900.83206.84769.8
Hex61B2C5627053cf4ca
Octal6335412647012331711412
Binary110110111011001010110100111010100111100111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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