#052023

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

Shades of Black Pearl #052023

Tints of Black Pearl #052023

Color information

#052023 (or 0x052023) is unknown color: approx Black Pearl. HEX triplet: 05, 20 and 23. RGB value is (5,32,35). Sum of RGB (Red+Green+Blue) = 5+32+35=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #052023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052023 is #FADFDC. Grayscale: #181818. Windows color (decimal): -16441309 or 2301957. OLE color: 2301957.

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

Color convert

RGB53235-
CMYK0.860.0900.86
HSL186º75%7.84%-
HSV(B)186º85.71%13.73%-
XYZ0.881.191.77-
YUV24.27134.05114.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 32 (12.89% from 255) = 44.44%
BLUE value IS 35 (14.06% from 255) = 48.61%
R=6.94%
G=44.44%
B=48.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal532350.860.0900.86186757.84
Hex52023569056ba4b8
Octal5404312611012627211310
Binary10110000010001110101101001010101101011101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052023; }

 p { color: rgb(5,32,35); }

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

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

 a { background-color: rgb(5,32,35); }

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

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

 span { border-color: rgb(5,32,35); }

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