Html Css Color HEX #071D25 Black Pearl

📋 copy color: '#071D25'

red 7 ◦ green 29 ◦ blue 37

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

Shades of Black Pearl #071D25

Tints of Black Pearl #071D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 39.73%

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

R = 9.59%
G = 39.73%
B = 50.68%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071D25 (or 0x071D25) is known color: Black Pearl. HEX triplet: 07, 1D and 25. RGB value is (7,29,37). Sum of RGB (Red+Green+Blue) = 7+29+37=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #071D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D25 is #F8E2DA. Grayscale: #171717. Windows color (decimal): -16311003 or 2432263. OLE color: 2432263.

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

Color convert

RGB 7 29 37 -
CMYK 0.81 0.22 0 0.85
HSL 196º 0.68% 0.09% -
HSV(B) 196º 0.81% 0.15% -
XYZ 0.86 1.06 1.91 -
YUV 23.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 7 29 37 0.81 0.22 0 0.85 196 0.68 0.09
Hex 7 1D 25 51 16 0 55 C4 44 9
Octal 7 35 45 121 26 0 125 304 104 11
Binary 111 11101 100101 1010001 10110 0 1010101 11000100 1000100 1001

Color Harmonies of #071D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D25

Black with #071D25

Text Example


Text Example

White with #071D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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