#061E36

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

Shades of Black Pearl #061E36

Tints of Black Pearl #061E36

Color information

#061E36 (or 0x061E36) is unknown color: approx Black Pearl. HEX triplet: 06, 1E and 36. RGB value is (6,30,54). Sum of RGB (Red+Green+Blue) = 6+30+54=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 54 (21.48% from 255 or 60% from 90); Max value from RGB is 54 - color contains mainly: blue. Hex color #061E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E36 is #F9E1C9. Grayscale: #191919. Windows color (decimal): -16376266 or 3546630. OLE color: 3546630.

HSL color Cylindrical-coordinate representation of color #061E36: hue angle of 210º 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 #061E36 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB63054-
CMYK0.890.4400.79
HSL210º80%11.76%-
HSV(B)210º88.89%21.18%-
XYZ1.211.233.66-
YUV25.56144.05114.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 30 (12.11% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 60%
R=6.67%
G=33.33%
B=60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal630540.890.4400.792108011.76
Hex61E36592C04Fd250c
Octal6366613154011732212014
Binary110111101101101011001101100010011111101001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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