Html Css Color HEX #071D29 Black Pearl

📋 copy color: '#071D29'

red 7 ◦ green 29 ◦ blue 41

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

Shades of Black Pearl #071D29

Tints of Black Pearl #071D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 53.25%

R = 9.09%
G = 37.66%
B = 53.25%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#071D29 (or 0x071D29) is known color: Black Pearl. HEX triplet: 07, 1D and 29. RGB value is (7,29,41). Sum of RGB (Red+Green+Blue) = 7+29+41=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 41 (16.41% from 255 or 53.25% from 77); Max value from RGB is 41 - color contains mainly: blue. Hex color #071D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D29 is #F8E2D6. Grayscale: #171717. Windows color (decimal): -16310999 or 2694407. OLE color: 2694407.

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

Color convert

RGB 7 29 41 -
CMYK 0.83 0.29 0 0.84
HSL 201.18º 0.71% 0.09% -
HSV(B) 201.18º 0.83% 0.16% -
XYZ 0.93 1.08 2.26 -
YUV 23.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 7 29 41 0.83 0.29 0 0.84 201.18 0.71 0.09
Hex 7 1D 29 53 1D 0 54 C9 47 9
Octal 7 35 51 123 35 0 124 311 107 11
Binary 111 11101 101001 1010011 11101 0 1010100 11001001 1000111 1001

Color Harmonies of #071D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D29

Black with #071D29

Text Example


Text Example

White with #071D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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