Html Css Color HEX #071A25 Black Pearl

📋 copy color: '#071A25'

red 7 ◦ green 26 ◦ blue 37

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

Shades of Black Pearl #071A25

Tints of Black Pearl #071A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 37.14%

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

R = 10%
G = 37.14%
B = 52.86%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071A25 (or 0x071A25) is known color: Black Pearl. HEX triplet: 07, 1A and 25. RGB value is (7,26,37). Sum of RGB (Red+Green+Blue) = 7+26+37=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #071A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A25 is #F8E5DA. Grayscale: #151515. Windows color (decimal): -16311771 or 2431495. OLE color: 2431495.

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

Color convert

RGB 7 26 37 -
CMYK 0.81 0.30 0 0.85
HSL 202º 0.68% 0.09% -
HSV(B) 202º 0.81% 0.15% -
XYZ 0.79 0.92 1.89 -
YUV 21.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 7 26 37 0.81 0.30 0 0.85 202 0.68 0.09
Hex 7 1A 25 51 1E 0 55 CA 44 9
Octal 7 32 45 121 36 0 125 312 104 11
Binary 111 11010 100101 1010001 11110 0 1010101 11001010 1000100 1001

Color Harmonies of #071A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A25

Black with #071A25

Text Example


Text Example

White with #071A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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