Html Css Color HEX #071925 Black Pearl

📋 copy color: '#071925'

red 7 ◦ green 25 ◦ blue 37

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

Shades of Black Pearl #071925

Tints of Black Pearl #071925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 36.23%

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

R = 10.14%
G = 36.23%
B = 53.62%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071925 (or 0x071925) is known color: Black Pearl. HEX triplet: 07, 19 and 25. RGB value is (7,25,37). Sum of RGB (Red+Green+Blue) = 7+25+37=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #071925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071925 is #F8E6DA. Grayscale: #141414. Windows color (decimal): -16312027 or 2431239. OLE color: 2431239.

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

Color convert

RGB 7 25 37 -
CMYK 0.81 0.32 0 0.85
HSL 204º 0.68% 0.09% -
HSV(B) 204º 0.81% 0.15% -
XYZ 0.77 0.87 1.88 -
YUV 20.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 7 25 37 0.81 0.32 0 0.85 204 0.68 0.09
Hex 7 19 25 51 20 0 55 CC 44 9
Octal 7 31 45 121 40 0 125 314 104 11
Binary 111 11001 100101 1010001 100000 0 1010101 11001100 1000100 1001

Color Harmonies of #071925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071925

Black with #071925

Text Example


Text Example

White with #071925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071925; }

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

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

background-color css

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

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

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

border-color css

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

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

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