Html Css Color HEX #052326 Black Pearl

📋 copy color: '#052326'

red 5 ◦ green 35 ◦ blue 38

#052326
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #052326

Tints of Black Pearl #052326

RGB

 RED value IS 5 (2.34% from 255) = 6.41%

 GREEN value IS 35 (14.06% from 255) = 44.87%

 BLUE value IS 38 (15.23% from 255) = 48.72%

R = 6.41%
G = 44.87%
B = 48.72%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#052326 (or 0x052326) is known color: Black Pearl. HEX triplet: 05, 23 and 26. RGB value is (5,35,38). Sum of RGB (Red+Green+Blue) = 5+35+38=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #052326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052326 is #FADCD9. Grayscale: #1A1A1A. Windows color (decimal): -16440538 or 2499333. OLE color: 2499333.

HSL color Cylindrical-coordinate representation of color #052326: hue angle of 185.45º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052326 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 35 38 -
CMYK 0.87 0.08 0 0.85
HSL 185.45º 0.77% 0.08% -
HSV(B) 185.45º 0.87% 0.15% -
XYZ 1.01 1.37 2.05 -
YUV 26.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 5 35 38 0.87 0.08 0 0.85 185.45 0.77 0.08
Hex 5 23 26 57 8 0 55 B9 4D 8
Octal 5 43 46 127 10 0 125 271 115 10
Binary 101 100011 100110 1010111 1000 0 1010101 10111001 1001101 1000

Color Harmonies of #052326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052326

Black with #052326

Text Example


Text Example

White with #052326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052326; }

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

 H1.HeaderClassName
 {
   color: #052326;
 }
 .AnyTagClassName
 {
   color: #052326;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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