#061C2E

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

Shades of Black Pearl #061C2E

Tints of Black Pearl #061C2E

Color information

#061C2E (or 0x061C2E) is unknown color: approx Black Pearl. HEX triplet: 06, 1C and 2E. RGB value is (6,28,46). Sum of RGB (Red+Green+Blue) = 6+28+46=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #061C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C2E is #F9E3D1. Grayscale: #171717. Windows color (decimal): -16376786 or 3021830. OLE color: 3021830.

HSL color Cylindrical-coordinate representation of color #061C2E: hue angle of 207º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #061C2E is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB62846-
CMYK0.870.3900.82
HSL207º76.92%10.2%-
HSV(B)207º86.96%18.04%-
XYZ0.981.072.74-
YUV23.47140.71115.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 46 (18.36% from 255) = 57.5%
R=7.5%
G=35%
B=57.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal628460.870.3900.8220776.9210.2
Hex61C2E5727052cf4da
Octal6345612747012231711512
Binary110111001011101010111100111010100101100111110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,28,46); }

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

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

 a { background-color: rgb(6,28,46); }

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

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

 span { border-color: rgb(6,28,46); }

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