Html Css Color HEX #071429 Black Pearl

📋 copy color: '#071429'

red 7 ◦ green 20 ◦ blue 41

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

Shades of Black Pearl #071429

Tints of Black Pearl #071429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 29.41%

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

R = 10.29%
G = 29.41%
B = 60.29%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#071429 (or 0x071429) is known color: Black Pearl. HEX triplet: 07, 14 and 29. RGB value is (7,20,41). Sum of RGB (Red+Green+Blue) = 7+20+41=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #071429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071429 is #F8EBD6. Grayscale: #121212. Windows color (decimal): -16313303 or 2692103. OLE color: 2692103.

HSL color Cylindrical-coordinate representation of color #071429: hue angle of 217.06º 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 #071429 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 20 41 -
CMYK 0.83 0.51 0 0.84
HSL 217.06º 0.71% 0.09% -
HSV(B) 217.06º 0.83% 0.16% -
XYZ 0.74 0.71 2.2 -
YUV 18.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 7 20 41 0.83 0.51 0 0.84 217.06 0.71 0.09
Hex 7 14 29 53 33 0 54 D9 47 9
Octal 7 24 51 123 63 0 124 331 107 11
Binary 111 10100 101001 1010011 110011 0 1010100 11011001 1000111 1001

Color Harmonies of #071429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071429

Black with #071429

Text Example


Text Example

White with #071429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071429; }

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

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

background-color css

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

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

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

border-color css

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

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

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