#061C1E

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

Shades of Black Pearl #061C1E

Tints of Black Pearl #061C1E

Color information

#061C1E (or 0x061C1E) is unknown color: approx Black Pearl. HEX triplet: 06, 1C and 1E. RGB value is (6,28,30). Sum of RGB (Red+Green+Blue) = 6+28+30=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 30 - color contains mainly: blue. Hex color #061C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C1E is #F9E3E1. Grayscale: #151515. Windows color (decimal): -16376802 or 1973254. OLE color: 1973254.

HSL color Cylindrical-coordinate representation of color #061C1E: hue angle of 185º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #061C1E is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB62830-
CMYK0.800.0700.88
HSL185º66.67%7.06%-
HSV(B)185º80%11.76%-
XYZ0.720.961.38-
YUV21.65132.71116.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.38%
GREEN value IS 28 (11.33% from 255) = 43.75%
BLUE value IS 30 (12.11% from 255) = 46.88%
R=9.38%
G=43.75%
B=46.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal628300.800.0700.8818566.677.06
Hex61C1E507058b9437
Octal63436120701302711037
Binary1101110011110101000011101011000101110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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