#061F36

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

Shades of Black Pearl #061F36

Tints of Black Pearl #061F36

Color information

#061F36 (or 0x061F36) is unknown color: approx Black Pearl. HEX triplet: 06, 1F and 36. RGB value is (6,31,54). Sum of RGB (Red+Green+Blue) = 6+31+54=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #061F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F36 is #F9E0C9. Grayscale: #1A1A1A. Windows color (decimal): -16376010 or 3546886. OLE color: 3546886.

HSL color Cylindrical-coordinate representation of color #061F36: hue angle of 208.75º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061F36 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB63154-
CMYK0.890.4300.79
HSL208.75º80%11.76%-
HSV(B)208.75º88.89%21.18%-
XYZ1.231.293.67-
YUV26.15143.72113.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 31 (12.5% from 255) = 34.07%
BLUE value IS 54 (21.48% from 255) = 59.34%
R=6.59%
G=34.07%
B=59.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal631540.890.4300.79208.758011.76
Hex61F36592B04Fd150c
Octal6376613153011732112014
Binary110111111101101011001101011010011111101000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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