Html Css Color HEX #071D23 Black Pearl

📋 copy color: '#071D23'

red 7 ◦ green 29 ◦ blue 35

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

Shades of Black Pearl #071D23

Tints of Black Pearl #071D23

RGB

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

 GREEN value IS 29 (11.72% from 255) = 40.85%

 BLUE value IS 35 (14.06% from 255) = 49.3%

R = 9.86%
G = 40.85%
B = 49.3%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#071D23 (or 0x071D23) is known color: Black Pearl. HEX triplet: 07, 1D and 23. RGB value is (7,29,35). Sum of RGB (Red+Green+Blue) = 7+29+35=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #071D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D23 is #F8E2DC. Grayscale: #171717. Windows color (decimal): -16311005 or 2301191. OLE color: 2301191.

HSL color Cylindrical-coordinate representation of color #071D23: hue angle of 192.86º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #071D23 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 29 35 -
CMYK 0.80 0.17 0 0.86
HSL 192.86º 0.67% 0.08% -
HSV(B) 192.86º 0.8% 0.14% -
XYZ 0.83 1.05 1.75 -
YUV 23.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 7 29 35 0.80 0.17 0 0.86 192.86 0.67 0.08
Hex 7 1D 23 50 11 0 56 C1 43 8
Octal 7 35 43 120 21 0 126 301 103 10
Binary 111 11101 100011 1010000 10001 0 1010110 11000001 1000011 1000

Color Harmonies of #071D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D23

Black with #071D23

Text Example


Text Example

White with #071D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,29,35); }

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

background-color css

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

 a { background-color: rgb(7,29,35); }

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

border-color css

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

 span { border-color: rgb(7,29,35); }

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