Html Css Color HEX #011728 Black Pearl

📋 copy color: '#011728'

red 1 ◦ green 23 ◦ blue 40

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

Shades of Black Pearl #011728

Tints of Black Pearl #011728

RGB

 RED value IS 1 (0.78% from 255) = 1.56%

 GREEN value IS 23 (9.38% from 255) = 35.94%

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

R = 1.56%
G = 35.94%
B = 62.5%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#011728 (or 0x011728) is known color: Black Pearl. HEX triplet: 01, 17 and 28. RGB value is (1,23,40). Sum of RGB (Red+Green+Blue) = 1+23+40=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 40 (16.02% from 255 or 62.5% from 64); Max value from RGB is 40 - color contains mainly: blue. Hex color #011728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011728 is #FEE8D7. Grayscale: #121212. Windows color (decimal): -16705752 or 2627329. OLE color: 2627329.

HSL color Cylindrical-coordinate representation of color #011728: hue angle of 206.15º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011728 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 23 40 -
CMYK 0.98 0.43 0 0.84
HSL 206.15º 0.95% 0.08% -
HSV(B) 206.15º 0.98% 0.16% -
XYZ 0.7 0.77 2.12 -
YUV 18.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 1 23 40 0.98 0.43 0 0.84 206.15 0.95 0.08
Hex 1 17 28 62 2B 0 54 CE 5F 8
Octal 1 27 50 142 53 0 124 316 137 10
Binary 1 10111 101000 1100010 101011 0 1010100 11001110 1011111 1000

Color Harmonies of #011728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011728

Black with #011728

Text Example


Text Example

White with #011728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011728; }

 p { color: rgb(1,23,40); }

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

background-color css

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

 a { background-color: rgb(1,23,40); }

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

border-color css

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

 span { border-color: rgb(1,23,40); }

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