Html Css Color HEX #011732 Black Pearl

📋 copy color: '#011732'

red 1 ◦ green 23 ◦ blue 50

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

Shades of Black Pearl #011732

Tints of Black Pearl #011732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 67.57%

R = 1.35%
G = 31.08%
B = 67.57%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#011732 (or 0x011732) is known color: Black Pearl. HEX triplet: 01, 17 and 32. RGB value is (1,23,50). Sum of RGB (Red+Green+Blue) = 1+23+50=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 50 (19.92% from 255 or 67.57% from 74); Max value from RGB is 50 - color contains mainly: blue. Hex color #011732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011732 is #FEE8CD. Grayscale: #131313. Windows color (decimal): -16705742 or 3282689. OLE color: 3282689.

HSL color Cylindrical-coordinate representation of color #011732: hue angle of 213.06º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011732 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 23 50 -
CMYK 0.98 0.54 0 0.80
HSL 213.06º 0.96% 0.1% -
HSV(B) 213.06º 0.98% 0.2% -
XYZ 0.89 0.85 3.13 -
YUV 19.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 1 23 50 0.98 0.54 0 0.80 213.06 0.96 0.1
Hex 1 17 32 62 36 0 50 D5 60 A
Octal 1 27 62 142 66 0 120 325 140 12
Binary 1 10111 110010 1100010 110110 0 1010000 11010101 1100000 1010

Color Harmonies of #011732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011732

Black with #011732

Text Example


Text Example

White with #011732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011732; }

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

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

background-color css

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

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

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

border-color css

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

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

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