Html Css Color HEX #071B28 Black Pearl

📋 copy color: '#071B28'

red 7 ◦ green 27 ◦ blue 40

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

Shades of Black Pearl #071B28

Tints of Black Pearl #071B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 54.05%

R = 9.46%
G = 36.49%
B = 54.05%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#071B28 (or 0x071B28) is known color: Black Pearl. HEX triplet: 07, 1B and 28. RGB value is (7,27,40). Sum of RGB (Red+Green+Blue) = 7+27+40=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #071B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B28 is #F8E4D7. Grayscale: #161616. Windows color (decimal): -16311512 or 2628359. OLE color: 2628359.

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

Color convert

RGB 7 27 40 -
CMYK 0.83 0.33 0 0.84
HSL 203.64º 0.7% 0.09% -
HSV(B) 203.64º 0.83% 0.16% -
XYZ 0.86 0.98 2.15 -
YUV 22.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 7 27 40 0.83 0.33 0 0.84 203.64 0.7 0.09
Hex 7 1B 28 53 21 0 54 CC 46 9
Octal 7 33 50 123 41 0 124 314 106 11
Binary 111 11011 101000 1010011 100001 0 1010100 11001100 1000110 1001

Color Harmonies of #071B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071B28

Black with #071B28

Text Example


Text Example

White with #071B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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