Html Css Color HEX #071F28 Black Pearl

📋 copy color: '#071F28'

red 7 ◦ green 31 ◦ blue 40

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

Shades of Black Pearl #071F28

Tints of Black Pearl #071F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 51.28%

R = 8.97%
G = 39.74%
B = 51.28%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#071F28 (or 0x071F28) is known color: Black Pearl. HEX triplet: 07, 1F and 28. RGB value is (7,31,40). Sum of RGB (Red+Green+Blue) = 7+31+40=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #071F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F28 is #F8E0D7. Grayscale: #181818. Windows color (decimal): -16310488 or 2629383. OLE color: 2629383.

HSL color Cylindrical-coordinate representation of color #071F28: hue angle of 196.36º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071F28 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 31 40 -
CMYK 0.83 0.22 0 0.84
HSL 196.36º 0.7% 0.09% -
HSV(B) 196.36º 0.83% 0.16% -
XYZ 0.96 1.18 2.18 -
YUV 24.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 7 31 40 0.83 0.22 0 0.84 196.36 0.7 0.09
Hex 7 1F 28 53 16 0 54 C4 46 9
Octal 7 37 50 123 26 0 124 304 106 11
Binary 111 11111 101000 1010011 10110 0 1010100 11000100 1000110 1001

Color Harmonies of #071F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F28

Black with #071F28

Text Example


Text Example

White with #071F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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