#061D2A

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

Shades of Black Pearl #061D2A

Tints of Black Pearl #061D2A

Color information

#061D2A (or 0x061D2A) is unknown color: approx Black Pearl. HEX triplet: 06, 1D and 2A. RGB value is (6,29,42). Sum of RGB (Red+Green+Blue) = 6+29+42=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #061D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D2A is #F9E2D5. Grayscale: #171717. Windows color (decimal): -16376534 or 2759942. OLE color: 2759942.

HSL color Cylindrical-coordinate representation of color #061D2A: hue angle of 201.67º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #061D2A is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB62942-
CMYK0.860.3100.84
HSL201.67º75%9.41%-
HSV(B)201.67º85.71%16.47%-
XYZ0.931.082.35-
YUV23.6138.38115.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 29 (11.72% from 255) = 37.66%
BLUE value IS 42 (16.80% from 255) = 54.55%
R=7.79%
G=37.66%
B=54.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal629420.860.3100.84201.67759.41
Hex61D2A561F054ca4b9
Octal6355212637012431211311
Binary11011101101010101011011111010101001100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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