#071B34

Color #071B34 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #071B34

Tints of Black Pearl #071B34

Color information

#071B34 (or 0x071B34) is unknown color: approx Black Pearl. HEX triplet: 07, 1B and 34. RGB value is (7,27,52). Sum of RGB (Red+Green+Blue) = 7+27+52=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 52 (20.70% from 255 or 60.47% from 86); Max value from RGB is 52 - color contains mainly: blue. Hex color #071B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B34 is #F8E4CB. Grayscale: #171717. Windows color (decimal): -16311500 or 3414791. OLE color: 3414791.

HSL color Cylindrical-coordinate representation of color #071B34: hue angle of 213.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #071B34 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB72752-
CMYK0.870.4800.80
HSL213.33º76.27%11.57%-
HSV(B)213.33º86.54%20.39%-
XYZ1.11.083.4-
YUV23.87143.87115.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 27 (10.94% from 255) = 31.40%
BLUE value IS 52 (20.70% from 255) = 60.47%
R=8.14%
G=31.40%
B=60.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal727520.870.4800.80213.3376.2711.57
Hex71B345730050d54cc
Octal7336412760012032511414
Binary111110111101001010111110000010100001101010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,27,52); }

 H1.HeaderClassName
 {
   color: #071B34;
 }
 .AnyTagClassName
 {
   color: #071B34;
 }
</style>
background-color css

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

 a { background-color: rgb(7,27,52); }

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

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

 span { border-color: rgb(7,27,52); }

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