#061C2A

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

Shades of Black Pearl #061C2A

Tints of Black Pearl #061C2A

Color information

#061C2A (or 0x061C2A) is unknown color: approx Black Pearl. HEX triplet: 06, 1C and 2A. RGB value is (6,28,42). Sum of RGB (Red+Green+Blue) = 6+28+42=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #061C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C2A is #F9E3D5. Grayscale: #161616. Windows color (decimal): -16376790 or 2759686. OLE color: 2759686.

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

Color convert

RGB62842-
CMYK0.860.3300.84
HSL203.33º75%9.41%-
HSV(B)203.33º85.71%16.47%-
XYZ0.911.042.34-
YUV23.02138.71115.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 42 (16.80% from 255) = 55.26%
R=7.89%
G=36.84%
B=55.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal628420.860.3300.84203.33759.41
Hex61C2A5621054cb4b9
Octal6345212641012431311311
Binary110111001010101010110100001010101001100101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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