#061D35

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

Shades of Black Pearl #061D35

Tints of Black Pearl #061D35

Color information

#061D35 (or 0x061D35) is unknown color: approx Black Pearl. HEX triplet: 06, 1D and 35. RGB value is (6,29,53). Sum of RGB (Red+Green+Blue) = 6+29+53=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #061D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D35 is #F9E2CA. Grayscale: #181818. Windows color (decimal): -16376523 or 3480838. OLE color: 3480838.

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

Color convert

RGB62953-
CMYK0.890.4500.79
HSL210.64º79.66%11.57%-
HSV(B)210.64º88.68%20.78%-
XYZ1.161.173.53-
YUV24.86143.88114.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 53 (21.09% from 255) = 60.23%
R=6.82%
G=32.95%
B=60.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal629530.890.4500.79210.6479.6611.57
Hex61D35592D04Fd350c
Octal6356513155011732312014
Binary110111011101011011001101101010011111101001110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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