#061123

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

Shades of Black Pearl #061123

Tints of Black Pearl #061123

Color information

#061123 (or 0x061123) is unknown color: approx Black Pearl. HEX triplet: 06, 11 and 23. RGB value is (6,17,35). Sum of RGB (Red+Green+Blue) = 6+17+35=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 35 (14.06% from 255 or 60.34% from 58); Max value from RGB is 35 - color contains mainly: blue. Hex color #061123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061123 is #F9EEDC. Grayscale: #0F0F0F. Windows color (decimal): -16379613 or 2298118. OLE color: 2298118.

HSL color Cylindrical-coordinate representation of color #061123: hue angle of 217.24º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #061123 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB61735-
CMYK0.830.5100.86
HSL217.24º70.73%8.04%-
HSV(B)217.24º82.86%13.73%-
XYZ0.580.561.67-
YUV15.76138.86121.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.34%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 35 (14.06% from 255) = 60.34%
R=10.34%
G=29.31%
B=60.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal617350.830.5100.86217.2470.738.04
Hex611235333056d9478
Octal6214312363012633110710
Binary110100011000111010011110011010101101101100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061123; }

 p { color: rgb(6,17,35); }

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

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

 a { background-color: rgb(6,17,35); }

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

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

 span { border-color: rgb(6,17,35); }

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