Html Css Color HEX #051425 Black Pearl

📋 copy color: '#051425'

red 5 ◦ green 20 ◦ blue 37

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

Shades of Black Pearl #051425

Tints of Black Pearl #051425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 32.26%

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

R = 8.06%
G = 32.26%
B = 59.68%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#051425 (or 0x051425) is known color: Black Pearl. HEX triplet: 05, 14 and 25. RGB value is (5,20,37). Sum of RGB (Red+Green+Blue) = 5+20+37=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #051425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051425 is #FAEBDA. Grayscale: #111111. Windows color (decimal): -16444379 or 2429957. OLE color: 2429957.

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

Color convert

RGB 5 20 37 -
CMYK 0.86 0.46 0 0.85
HSL 211.88º 0.76% 0.08% -
HSV(B) 211.88º 0.86% 0.15% -
XYZ 0.65 0.67 1.84 -
YUV 17.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 5 20 37 0.86 0.46 0 0.85 211.88 0.76 0.08
Hex 5 14 25 56 2E 0 55 D4 4C 8
Octal 5 24 45 126 56 0 125 324 114 10
Binary 101 10100 100101 1010110 101110 0 1010101 11010100 1001100 1000

Color Harmonies of #051425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051425

Black with #051425

Text Example


Text Example

White with #051425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051425; }

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

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

background-color css

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

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

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

border-color css

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

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

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