Html Css Color HEX #071B25 Black Pearl

📋 copy color: '#071B25'

red 7 ◦ green 27 ◦ blue 37

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

Shades of Black Pearl #071B25

Tints of Black Pearl #071B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 52.11%

R = 9.86%
G = 38.03%
B = 52.11%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071B25 (or 0x071B25) is known color: Black Pearl. HEX triplet: 07, 1B and 25. RGB value is (7,27,37). Sum of RGB (Red+Green+Blue) = 7+27+37=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #071B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B25 is #F8E4DA. Grayscale: #161616. Windows color (decimal): -16311515 or 2431751. OLE color: 2431751.

HSL color Cylindrical-coordinate representation of color #071B25: hue angle of 200º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #071B25 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 27 37 -
CMYK 0.81 0.27 0 0.85
HSL 200º 0.68% 0.09% -
HSV(B) 200º 0.81% 0.15% -
XYZ 0.81 0.96 1.89 -
YUV 22.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 7 27 37 0.81 0.27 0 0.85 200 0.68 0.09
Hex 7 1B 25 51 1B 0 55 C8 44 9
Octal 7 33 45 121 33 0 125 310 104 11
Binary 111 11011 100101 1010001 11011 0 1010101 11001000 1000100 1001

Color Harmonies of #071B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071B25

Black with #071B25

Text Example


Text Example

White with #071B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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