Html Css Color HEX #071327 Black Pearl

📋 copy color: '#071327'

red 7 ◦ green 19 ◦ blue 39

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

Shades of Black Pearl #071327

Tints of Black Pearl #071327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 29.23%

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

R = 10.77%
G = 29.23%
B = 60%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071327 (or 0x071327) is known color: Black Pearl. HEX triplet: 07, 13 and 27. RGB value is (7,19,39). Sum of RGB (Red+Green+Blue) = 7+19+39=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #071327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071327 is #F8ECD8. Grayscale: #111111. Windows color (decimal): -16313561 or 2560775. OLE color: 2560775.

HSL color Cylindrical-coordinate representation of color #071327: hue angle of 217.5º 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 #071327 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 19 39 -
CMYK 0.82 0.51 0 0.85
HSL 217.5º 0.7% 0.09% -
HSV(B) 217.5º 0.82% 0.15% -
XYZ 0.69 0.66 2.01 -
YUV 17.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 7 19 39 0.82 0.51 0 0.85 217.5 0.7 0.09
Hex 7 13 27 52 33 0 55 DA 46 9
Octal 7 23 47 122 63 0 125 332 106 11
Binary 111 10011 100111 1010010 110011 0 1010101 11011010 1000110 1001

Color Harmonies of #071327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071327

Black with #071327

Text Example


Text Example

White with #071327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071327; }

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

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

background-color css

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

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

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

border-color css

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

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

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