Html Css Color HEX #052225 Black Pearl

📋 copy color: '#052225'

red 5 ◦ green 34 ◦ blue 37

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

Shades of Black Pearl #052225

Tints of Black Pearl #052225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 44.74%

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

R = 6.58%
G = 44.74%
B = 48.68%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#052225 (or 0x052225) is known color: Black Pearl. HEX triplet: 05, 22 and 25. RGB value is (5,34,37). Sum of RGB (Red+Green+Blue) = 5+34+37=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 34 (13.67% from 255 or 44.74% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #052225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052225 is #FADDDA. Grayscale: #191919. Windows color (decimal): -16440795 or 2433541. OLE color: 2433541.

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

Color convert

RGB 5 34 37 -
CMYK 0.86 0.08 0 0.85
HSL 185.63º 0.76% 0.08% -
HSV(B) 185.63º 0.86% 0.15% -
XYZ 0.97 1.31 1.95 -
YUV 25.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 5 34 37 0.86 0.08 0 0.85 185.63 0.76 0.08
Hex 5 22 25 56 8 0 55 BA 4C 8
Octal 5 42 45 126 10 0 125 272 114 10
Binary 101 100010 100101 1010110 1000 0 1010101 10111010 1001100 1000

Color Harmonies of #052225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052225

Black with #052225

Text Example


Text Example

White with #052225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052225; }

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

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

background-color css

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

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

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

border-color css

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

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

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