#061C1F

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

Shades of Black Pearl #061C1F

Tints of Black Pearl #061C1F

Color information

#061C1F (or 0x061C1F) is unknown color: approx Black Pearl. HEX triplet: 06, 1C and 1F. RGB value is (6,28,31). Sum of RGB (Red+Green+Blue) = 6+28+31=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #061C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C1F is #F9E3E0. Grayscale: #151515. Windows color (decimal): -16376801 or 2038790. OLE color: 2038790.

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

Color convert

RGB62831-
CMYK0.810.1000.88
HSL187.2º67.57%7.25%-
HSV(B)187.2º80.65%12.16%-
XYZ0.740.971.44-
YUV21.76133.21116.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.23%
GREEN value IS 28 (11.33% from 255) = 43.08%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=9.23%
G=43.08%
B=47.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal628310.810.1000.88187.267.577.25
Hex61C1F51A058bb447
Octal634371211201302731047
Binary11011100111111010001101001011000101110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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