Html Css Color HEX #071325 Black Pearl

📋 copy color: '#071325'

red 7 ◦ green 19 ◦ blue 37

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

Shades of Black Pearl #071325

Tints of Black Pearl #071325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.16%

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

R = 11.11%
G = 30.16%
B = 58.73%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071325 (or 0x071325) is known color: Black Pearl. HEX triplet: 07, 13 and 25. RGB value is (7,19,37). Sum of RGB (Red+Green+Blue) = 7+19+37=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #071325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071325 is #F8ECDA. Grayscale: #111111. Windows color (decimal): -16313563 or 2429703. OLE color: 2429703.

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

Color convert

RGB 7 19 37 -
CMYK 0.81 0.49 0 0.85
HSL 216º 0.68% 0.09% -
HSV(B) 216º 0.81% 0.15% -
XYZ 0.65 0.64 1.84 -
YUV 17.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 7 19 37 0.81 0.49 0 0.85 216 0.68 0.09
Hex 7 13 25 51 31 0 55 D8 44 9
Octal 7 23 45 121 61 0 125 330 104 11
Binary 111 10011 100101 1010001 110001 0 1010101 11011000 1000100 1001

Color Harmonies of #071325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071325

Black with #071325

Text Example


Text Example

White with #071325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071325; }

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

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

background-color css

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

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

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

border-color css

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

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

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