Html Css Color HEX #071C25 Black Pearl

📋 copy color: '#071C25'

red 7 ◦ green 28 ◦ blue 37

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

Shades of Black Pearl #071C25

Tints of Black Pearl #071C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 38.89%

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

R = 9.72%
G = 38.89%
B = 51.39%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071C25 (or 0x071C25) is known color: Black Pearl. HEX triplet: 07, 1C and 25. RGB value is (7,28,37). Sum of RGB (Red+Green+Blue) = 7+28+37=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #071C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C25 is #F8E3DA. Grayscale: #161616. Windows color (decimal): -16311259 or 2432007. OLE color: 2432007.

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

Color convert

RGB 7 28 37 -
CMYK 0.81 0.24 0 0.85
HSL 198º 0.68% 0.09% -
HSV(B) 198º 0.81% 0.15% -
XYZ 0.84 1.01 1.9 -
YUV 22.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 7 28 37 0.81 0.24 0 0.85 198 0.68 0.09
Hex 7 1C 25 51 18 0 55 C6 44 9
Octal 7 34 45 121 30 0 125 306 104 11
Binary 111 11100 100101 1010001 11000 0 1010101 11000110 1000100 1001

Color Harmonies of #071C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C25

Black with #071C25

Text Example


Text Example

White with #071C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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