#061730

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

Shades of Black Pearl #061730

Tints of Black Pearl #061730

Color information

#061730 (or 0x061730) is unknown color: approx Black Pearl. HEX triplet: 06, 17 and 30. RGB value is (6,23,48). Sum of RGB (Red+Green+Blue) = 6+23+48=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #061730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061730 is #F9E8CF. Grayscale: #141414. Windows color (decimal): -16378064 or 3151622. OLE color: 3151622.

HSL color Cylindrical-coordinate representation of color #061730: hue angle of 215.71º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061730 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB62348-
CMYK0.870.5200.81
HSL215.71º77.78%10.59%-
HSV(B)215.71º87.5%18.82%-
XYZ0.920.862.92-
YUV20.77143.37117.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 48 (19.14% from 255) = 62.34%
R=7.79%
G=29.87%
B=62.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal623480.870.5200.81215.7177.7810.59
Hex617305734051d84eb
Octal6276012764012133011613
Binary110101111100001010111110100010100011101100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061730; }

 p { color: rgb(6,23,48); }

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

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

 a { background-color: rgb(6,23,48); }

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

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

 span { border-color: rgb(6,23,48); }

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