Html Css Color HEX #071626 Black Pearl

📋 copy color: '#071626'

red 7 ◦ green 22 ◦ blue 38

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

Shades of Black Pearl #071626

Tints of Black Pearl #071626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 32.84%

 BLUE value IS 38 (15.23% from 255) = 56.72%

R = 10.45%
G = 32.84%
B = 56.72%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071626 (or 0x071626) is known color: Black Pearl. HEX triplet: 07, 16 and 26. RGB value is (7,22,38). Sum of RGB (Red+Green+Blue) = 7+22+38=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #071626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071626 is #F8E9D9. Grayscale: #131313. Windows color (decimal): -16312794 or 2496007. OLE color: 2496007.

HSL color Cylindrical-coordinate representation of color #071626: hue angle of 210.97º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071626 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 22 38 -
CMYK 0.82 0.42 0 0.85
HSL 210.97º 0.69% 0.09% -
HSV(B) 210.97º 0.82% 0.15% -
XYZ 0.72 0.76 1.94 -
YUV 19.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 7 22 38 0.82 0.42 0 0.85 210.97 0.69 0.09
Hex 7 16 26 52 2A 0 55 D3 45 9
Octal 7 26 46 122 52 0 125 323 105 11
Binary 111 10110 100110 1010010 101010 0 1010101 11010011 1000101 1001

Color Harmonies of #071626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071626

Black with #071626

Text Example


Text Example

White with #071626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071626; }

 p { color: rgb(7,22,38); }

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

background-color css

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

 a { background-color: rgb(7,22,38); }

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

border-color css

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

 span { border-color: rgb(7,22,38); }

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