Html Css Color HEX #071F34 Black Pearl

📋 copy color: '#071F34'

red 7 ◦ green 31 ◦ blue 52

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

Shades of Black Pearl #071F34

Tints of Black Pearl #071F34

RGB

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

 GREEN value IS 31 (12.5% from 255) = 34.44%

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

R = 7.78%
G = 34.44%
B = 57.78%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#071F34 (or 0x071F34) is known color: Black Pearl. HEX triplet: 07, 1F and 34. RGB value is (7,31,52). Sum of RGB (Red+Green+Blue) = 7+31+52=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 52 (20.70% from 255 or 57.78% from 90); Max value from RGB is 52 - color contains mainly: blue. Hex color #071F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F34 is #F8E0CB. Grayscale: #1A1A1A. Windows color (decimal): -16310476 or 3415815. OLE color: 3415815.

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

Color convert

RGB 7 31 52 -
CMYK 0.87 0.40 0 0.80
HSL 208º 0.76% 0.12% -
HSV(B) 208º 0.87% 0.2% -
XYZ 1.2 1.27 3.43 -
YUV 26.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 7 31 52 0.87 0.40 0 0.80 208 0.76 0.12
Hex 7 1F 34 57 28 0 50 D0 4C C
Octal 7 37 64 127 50 0 120 320 114 14
Binary 111 11111 110100 1010111 101000 0 1010000 11010000 1001100 1100

Color Harmonies of #071F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F34

Black with #071F34

Text Example


Text Example

White with #071F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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