#061C2F

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

Shades of Black Pearl #061C2F

Tints of Black Pearl #061C2F

Color information

#061C2F (or 0x061C2F) is unknown color: approx Black Pearl. HEX triplet: 06, 1C and 2F. RGB value is (6,28,47). Sum of RGB (Red+Green+Blue) = 6+28+47=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #061C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C2F is #F9E3D0. Grayscale: #171717. Windows color (decimal): -16376785 or 3087366. OLE color: 3087366.

HSL color Cylindrical-coordinate representation of color #061C2F: hue angle of 207.8º 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 #061C2F is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB62847-
CMYK0.870.4000.82
HSL207.8º77.36%10.39%-
HSV(B)207.8º87.23%18.43%-
XYZ11.072.84-
YUV23.59141.21115.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.41%
GREEN value IS 28 (11.33% from 255) = 34.57%
BLUE value IS 47 (18.75% from 255) = 58.02%
R=7.41%
G=34.57%
B=58.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal628470.870.4000.82207.877.3610.39
Hex61C2F5728052d04da
Octal6345712750012232011512
Binary110111001011111010111101000010100101101000010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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