Html Css Color HEX #071425 Black Pearl

📋 copy color: '#071425'

red 7 ◦ green 20 ◦ blue 37

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

Shades of Black Pearl #071425

Tints of Black Pearl #071425

RGB

 RED value IS 7 (3.13% from 255) = 10.94%

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

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

R = 10.94%
G = 31.25%
B = 57.81%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071425 (or 0x071425) is known color: Black Pearl. HEX triplet: 07, 14 and 25. RGB value is (7,20,37). Sum of RGB (Red+Green+Blue) = 7+20+37=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #071425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071425 is #F8EBDA. Grayscale: #111111. Windows color (decimal): -16313307 or 2429959. OLE color: 2429959.

HSL color Cylindrical-coordinate representation of color #071425: hue angle of 214º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #071425 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 20 37 -
CMYK 0.81 0.46 0 0.85
HSL 214º 0.68% 0.09% -
HSV(B) 214º 0.81% 0.15% -
XYZ 0.67 0.68 1.85 -
YUV 18.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 7 20 37 0.81 0.46 0 0.85 214 0.68 0.09
Hex 7 14 25 51 2E 0 55 D6 44 9
Octal 7 24 45 121 56 0 125 326 104 11
Binary 111 10100 100101 1010001 101110 0 1010101 11010110 1000100 1001

Color Harmonies of #071425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071425

Black with #071425

Text Example


Text Example

White with #071425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071425; }

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

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

background-color css

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

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

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

border-color css

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

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

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