Html Css Color HEX #052025 Black Pearl

📋 copy color: '#052025'

red 5 ◦ green 32 ◦ blue 37

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

Shades of Black Pearl #052025

Tints of Black Pearl #052025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 43.24%

 BLUE value IS 37 (14.84% from 255) = 50%

R = 6.76%
G = 43.24%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#052025 (or 0x052025) is known color: Black Pearl. HEX triplet: 05, 20 and 25. RGB value is (5,32,37). Sum of RGB (Red+Green+Blue) = 5+32+37=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #052025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052025 is #FADFDA. Grayscale: #181818. Windows color (decimal): -16441307 or 2433029. OLE color: 2433029.

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

Color convert

RGB 5 32 37 -
CMYK 0.86 0.14 0 0.85
HSL 189.38º 0.76% 0.08% -
HSV(B) 189.38º 0.86% 0.15% -
XYZ 0.91 1.2 1.93 -
YUV 24.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 5 32 37 0.86 0.14 0 0.85 189.38 0.76 0.08
Hex 5 20 25 56 E 0 55 BD 4C 8
Octal 5 40 45 126 16 0 125 275 114 10
Binary 101 100000 100101 1010110 1110 0 1010101 10111101 1001100 1000

Color Harmonies of #052025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052025

Black with #052025

Text Example


Text Example

White with #052025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052025; }

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

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

background-color css

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

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

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

border-color css

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

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

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