Html Css Color HEX #052126 Black Pearl

📋 copy color: '#052126'

red 5 ◦ green 33 ◦ blue 38

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

Shades of Black Pearl #052126

Tints of Black Pearl #052126

RGB

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

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

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

R = 6.58%
G = 43.42%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#052126 (or 0x052126) is known color: Black Pearl. HEX triplet: 05, 21 and 26. RGB value is (5,33,38). Sum of RGB (Red+Green+Blue) = 5+33+38=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #052126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052126 is #FADED9. Grayscale: #191919. Windows color (decimal): -16441050 or 2498821. OLE color: 2498821.

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

Color convert

RGB 5 33 38 -
CMYK 0.87 0.13 0 0.85
HSL 189.09º 0.77% 0.08% -
HSV(B) 189.09º 0.87% 0.15% -
XYZ 0.96 1.26 2.03 -
YUV 25.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 5 33 38 0.87 0.13 0 0.85 189.09 0.77 0.08
Hex 5 21 26 57 D 0 55 BD 4D 8
Octal 5 41 46 127 15 0 125 275 115 10
Binary 101 100001 100110 1010111 1101 0 1010101 10111101 1001101 1000

Color Harmonies of #052126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052126

Black with #052126

Text Example


Text Example

White with #052126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052126; }

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

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

background-color css

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

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

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

border-color css

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

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

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