Html Css Color HEX #071C27 Black Pearl

📋 copy color: '#071C27'

red 7 ◦ green 28 ◦ blue 39

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

Shades of Black Pearl #071C27

Tints of Black Pearl #071C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 52.7%

R = 9.46%
G = 37.84%
B = 52.7%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071C27 (or 0x071C27) is known color: Black Pearl. HEX triplet: 07, 1C and 27. RGB value is (7,28,39). Sum of RGB (Red+Green+Blue) = 7+28+39=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #071C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C27 is #F8E3D8. Grayscale: #161616. Windows color (decimal): -16311257 or 2563079. OLE color: 2563079.

HSL color Cylindrical-coordinate representation of color #071C27: hue angle of 200.62º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071C27 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 28 39 -
CMYK 0.82 0.28 0 0.85
HSL 200.63º 0.7% 0.09% -
HSV(B) 200.63º 0.82% 0.15% -
XYZ 0.87 1.02 2.07 -
YUV 22.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 7 28 39 0.82 0.28 0 0.85 200.63 0.7 0.09
Hex 7 1C 27 52 1C 0 55 C9 46 9
Octal 7 34 47 122 34 0 125 311 106 11
Binary 111 11100 100111 1010010 11100 0 1010101 11001001 1000110 1001

Color Harmonies of #071C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C27

Black with #071C27

Text Example


Text Example

White with #071C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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