#061B2B

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

Shades of Black Pearl #061B2B

Tints of Black Pearl #061B2B

Color information

#061B2B (or 0x061B2B) is unknown color: approx Black Pearl. HEX triplet: 06, 1B and 2B. RGB value is (6,27,43). Sum of RGB (Red+Green+Blue) = 6+27+43=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #061B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B2B is #F9E4D4. Grayscale: #161616. Windows color (decimal): -16377045 or 2824966. OLE color: 2824966.

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

Color convert

RGB62743-
CMYK0.860.3700.83
HSL205.95º75.51%9.61%-
HSV(B)205.95º86.05%16.86%-
XYZ0.912.43-
YUV22.54139.54116.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 43 (17.19% from 255) = 56.58%
R=7.89%
G=35.53%
B=56.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal627430.860.3700.83205.9575.519.61
Hex61B2B5625053ce4ca
Octal6335312645012331611412
Binary110110111010111010110100101010100111100111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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