#061D2B

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

Shades of Black Pearl #061D2B

Tints of Black Pearl #061D2B

Color information

#061D2B (or 0x061D2B) is unknown color: approx Black Pearl. HEX triplet: 06, 1D and 2B. RGB value is (6,29,43). Sum of RGB (Red+Green+Blue) = 6+29+43=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #061D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D2B is #F9E2D4. Grayscale: #171717. Windows color (decimal): -16376533 or 2825478. OLE color: 2825478.

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

Color convert

RGB62943-
CMYK0.860.3300.83
HSL202.7º75.51%9.61%-
HSV(B)202.7º86.05%16.86%-
XYZ0.951.092.45-
YUV23.72138.88115.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.69%
GREEN value IS 29 (11.72% from 255) = 37.18%
BLUE value IS 43 (17.19% from 255) = 55.13%
R=7.69%
G=37.18%
B=55.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal629430.860.3300.83202.775.519.61
Hex61D2B5621053cb4ca
Octal6355312641012331311412
Binary110111011010111010110100001010100111100101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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