#061C35

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

Shades of Black Pearl #061C35

Tints of Black Pearl #061C35

Color information

#061C35 (or 0x061C35) is unknown color: approx Black Pearl. HEX triplet: 06, 1C and 35. RGB value is (6,28,53). Sum of RGB (Red+Green+Blue) = 6+28+53=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #061C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C35 is #F9E3CA. Grayscale: #181818. Windows color (decimal): -16376779 or 3480582. OLE color: 3480582.

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

Color convert

RGB62853-
CMYK0.890.4700.79
HSL211.91º79.66%11.57%-
HSV(B)211.91º88.68%20.78%-
XYZ1.131.133.53-
YUV24.27144.21114.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.90%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 53 (21.09% from 255) = 60.92%
R=6.90%
G=32.18%
B=60.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal628530.890.4700.79211.9179.6611.57
Hex61C35592F04Fd450c
Octal6346513157011732412014
Binary110111001101011011001101111010011111101010010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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