Html Css Color HEX #071D34 Black Pearl

📋 copy color: '#071D34'

red 7 ◦ green 29 ◦ blue 52

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

Shades of Black Pearl #071D34

Tints of Black Pearl #071D34

RGB

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

 GREEN value IS 29 (11.72% from 255) = 32.95%

 BLUE value IS 52 (20.7% from 255) = 59.09%

R = 7.95%
G = 32.95%
B = 59.09%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#071D34 (or 0x071D34) is known color: Black Pearl. HEX triplet: 07, 1D and 34. RGB value is (7,29,52). Sum of RGB (Red+Green+Blue) = 7+29+52=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #071D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D34 is #F8E2CB. Grayscale: #181818. Windows color (decimal): -16310988 or 3415303. OLE color: 3415303.

HSL color Cylindrical-coordinate representation of color #071D34: hue angle of 210.67º 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 #071D34 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 29 52 -
CMYK 0.87 0.44 0 0.80
HSL 210.67º 0.76% 0.12% -
HSV(B) 210.67º 0.87% 0.2% -
XYZ 1.15 1.17 3.41 -
YUV 25.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 7 29 52 0.87 0.44 0 0.80 210.67 0.76 0.12
Hex 7 1D 34 57 2C 0 50 D3 4C C
Octal 7 35 64 127 54 0 120 323 114 14
Binary 111 11101 110100 1010111 101100 0 1010000 11010011 1001100 1100

Color Harmonies of #071D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D34

Black with #071D34

Text Example


Text Example

White with #071D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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