Html Css Color HEX #071F25 Black Pearl

📋 copy color: '#071F25'

red 7 ◦ green 31 ◦ blue 37

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

Shades of Black Pearl #071F25

Tints of Black Pearl #071F25

RGB

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

 GREEN value IS 31 (12.5% from 255) = 41.33%

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

R = 9.33%
G = 41.33%
B = 49.33%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071F25 (or 0x071F25) is known color: Black Pearl. HEX triplet: 07, 1F and 25. RGB value is (7,31,37). Sum of RGB (Red+Green+Blue) = 7+31+37=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #071F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F25 is #F8E0DA. Grayscale: #181818. Windows color (decimal): -16310491 or 2432775. OLE color: 2432775.

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

Color convert

RGB 7 31 37 -
CMYK 0.81 0.16 0 0.85
HSL 192º 0.68% 0.09% -
HSV(B) 192º 0.81% 0.15% -
XYZ 0.91 1.16 1.93 -
YUV 24.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 7 31 37 0.81 0.16 0 0.85 192 0.68 0.09
Hex 7 1F 25 51 10 0 55 C0 44 9
Octal 7 37 45 121 20 0 125 300 104 11
Binary 111 11111 100101 1010001 10000 0 1010101 11000000 1000100 1001

Color Harmonies of #071F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F25

Black with #071F25

Text Example


Text Example

White with #071F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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