Html Css Color HEX #071D2A Black Pearl

📋 copy color: '#071D2A'

red 7 ◦ green 29 ◦ blue 42

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

Shades of Black Pearl #071D2A

Tints of Black Pearl #071D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 53.85%

R = 8.97%
G = 37.18%
B = 53.85%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#071D2A (or 0x071D2A) is known color: Black Pearl. HEX triplet: 07, 1D and 2A. RGB value is (7,29,42). Sum of RGB (Red+Green+Blue) = 7+29+42=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #071D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D2A is #F8E2D5. Grayscale: #171717. Windows color (decimal): -16310998 or 2759943. OLE color: 2759943.

HSL color Cylindrical-coordinate representation of color #071D2A: hue angle of 202.29º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #071D2A is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 29 42 -
CMYK 0.83 0.31 0 0.84
HSL 202.29º 0.71% 0.1% -
HSV(B) 202.29º 0.83% 0.16% -
XYZ 0.94 1.09 2.35 -
YUV 23.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 7 29 42 0.83 0.31 0 0.84 202.29 0.71 0.1
Hex 7 1D 2A 53 1F 0 54 CA 47 A
Octal 7 35 52 123 37 0 124 312 107 12
Binary 111 11101 101010 1010011 11111 0 1010100 11001010 1000111 1010

Color Harmonies of #071D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D2A

Black with #071D2A

Text Example


Text Example

White with #071D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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