#061B1E

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

Shades of Black Pearl #061B1E

Tints of Black Pearl #061B1E

Color information

#061B1E (or 0x061B1E) is unknown color: approx Black Pearl. HEX triplet: 06, 1B and 1E. RGB value is (6,27,30). Sum of RGB (Red+Green+Blue) = 6+27+30=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #061B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B1E is #F9E4E1. Grayscale: #151515. Windows color (decimal): -16377058 or 1972998. OLE color: 1972998.

HSL color Cylindrical-coordinate representation of color #061B1E: hue angle of 187.5º 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 #061B1E is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB62730-
CMYK0.800.1000.88
HSL187.5º66.67%7.06%-
HSV(B)187.5º80%11.76%-
XYZ0.70.921.37-
YUV21.06133.04117.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.52%
GREEN value IS 27 (10.94% from 255) = 42.86%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=9.52%
G=42.86%
B=47.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal627300.800.1000.88187.566.677.06
Hex61B1E50A058bc437
Octal633361201201302741037
Binary11011011111101010000101001011000101111001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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