#071A33

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

Shades of Black Pearl #071A33

Tints of Black Pearl #071A33

Color information

#071A33 (or 0x071A33) is unknown color: approx Black Pearl. HEX triplet: 07, 1A and 33. RGB value is (7,26,51). Sum of RGB (Red+Green+Blue) = 7+26+51=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #071A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A33 is #F8E5CC. Grayscale: #171717. Windows color (decimal): -16311757 or 3348999. OLE color: 3348999.

HSL color Cylindrical-coordinate representation of color #071A33: hue angle of 214.09º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #071A33 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB72651-
CMYK0.860.4900.8
HSL214.09º75.86%11.37%-
HSV(B)214.09º86.27%20%-
XYZ1.051.023.27-
YUV23.17143.71116.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 26 (10.55% from 255) = 30.95%
BLUE value IS 51 (20.31% from 255) = 60.71%
R=8.33%
G=30.95%
B=60.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal726510.860.4900.8214.0975.8611.37
Hex71A335631050d64cb
Octal7326312661012032611413
Binary111110101100111010110110001010100001101011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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