Html Css Color HEX #052125 Black Pearl

📋 copy color: '#052125'

red 5 ◦ green 33 ◦ blue 37

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

Shades of Black Pearl #052125

Tints of Black Pearl #052125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 44%

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

R = 6.67%
G = 44%
B = 49.33%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#052125 (or 0x052125) is known color: Black Pearl. HEX triplet: 05, 21 and 25. RGB value is (5,33,37). Sum of RGB (Red+Green+Blue) = 5+33+37=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #052125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052125 is #FADEDA. Grayscale: #191919. Windows color (decimal): -16441051 or 2433285. OLE color: 2433285.

HSL color Cylindrical-coordinate representation of color #052125: hue angle of 187.5º 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 #052125 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 33 37 -
CMYK 0.86 0.11 0 0.85
HSL 187.5º 0.76% 0.08% -
HSV(B) 187.5º 0.86% 0.15% -
XYZ 0.94 1.25 1.94 -
YUV 25.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 5 33 37 0.86 0.11 0 0.85 187.5 0.76 0.08
Hex 5 21 25 56 B 0 55 BC 4C 8
Octal 5 41 45 126 13 0 125 274 114 10
Binary 101 100001 100101 1010110 1011 0 1010101 10111100 1001100 1000

Color Harmonies of #052125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052125

Black with #052125

Text Example


Text Example

White with #052125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052125; }

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

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

background-color css

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

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

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

border-color css

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

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

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