Html Css Color HEX #071B29 Black Pearl

📋 copy color: '#071B29'

red 7 ◦ green 27 ◦ blue 41

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

Shades of Black Pearl #071B29

Tints of Black Pearl #071B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 36%

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

R = 9.33%
G = 36%
B = 54.67%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#071B29 (or 0x071B29) is known color: Black Pearl. HEX triplet: 07, 1B and 29. RGB value is (7,27,41). Sum of RGB (Red+Green+Blue) = 7+27+41=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #071B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B29 is #F8E4D6. Grayscale: #161616. Windows color (decimal): -16311511 or 2693895. OLE color: 2693895.

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

Color convert

RGB 7 27 41 -
CMYK 0.83 0.34 0 0.84
HSL 204.71º 0.71% 0.09% -
HSV(B) 204.71º 0.83% 0.16% -
XYZ 0.88 0.99 2.24 -
YUV 22.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 7 27 41 0.83 0.34 0 0.84 204.71 0.71 0.09
Hex 7 1B 29 53 22 0 54 CD 47 9
Octal 7 33 51 123 42 0 124 315 107 11
Binary 111 11011 101001 1010011 100010 0 1010100 11001101 1000111 1001

Color Harmonies of #071B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071B29

Black with #071B29

Text Example


Text Example

White with #071B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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