Html Css Color HEX #011532 Black Pearl

📋 copy color: '#011532'

red 1 ◦ green 21 ◦ blue 50

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

Shades of Black Pearl #011532

Tints of Black Pearl #011532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.17%

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

R = 1.39%
G = 29.17%
B = 69.44%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#011532 (or 0x011532) is known color: Black Pearl. HEX triplet: 01, 15 and 32. RGB value is (1,21,50). Sum of RGB (Red+Green+Blue) = 1+21+50=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #011532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011532 is #FEEACD. Grayscale: #121212. Windows color (decimal): -16706254 or 3282177. OLE color: 3282177.

HSL color Cylindrical-coordinate representation of color #011532: hue angle of 215.51º 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 #011532 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 21 50 -
CMYK 0.98 0.58 0 0.80
HSL 215.51º 0.96% 0.1% -
HSV(B) 215.51º 0.98% 0.2% -
XYZ 0.86 0.77 3.12 -
YUV 18.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 1 21 50 0.98 0.58 0 0.80 215.51 0.96 0.1
Hex 1 15 32 62 3A 0 50 D8 60 A
Octal 1 25 62 142 72 0 120 330 140 12
Binary 1 10101 110010 1100010 111010 0 1010000 11011000 1100000 1010

Color Harmonies of #011532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011532

Black with #011532

Text Example


Text Example

White with #011532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011532; }

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

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

background-color css

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

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

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

border-color css

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

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

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