Html Css Color HEX #011327 Black Pearl

📋 copy color: '#011327'

red 1 ◦ green 19 ◦ blue 39

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

Shades of Black Pearl #011327

Tints of Black Pearl #011327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 32.2%

 BLUE value IS 39 (15.63% from 255) = 66.1%

R = 1.69%
G = 32.2%
B = 66.1%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#011327 (or 0x011327) is known color: Black Pearl. HEX triplet: 01, 13 and 27. RGB value is (1,19,39). Sum of RGB (Red+Green+Blue) = 1+19+39=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #011327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011327 is #FEECD8. Grayscale: #0F0F0F. Windows color (decimal): -16706777 or 2560769. OLE color: 2560769.

HSL color Cylindrical-coordinate representation of color #011327: hue angle of 211.58º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011327 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 19 39 -
CMYK 0.97 0.51 0 0.85
HSL 211.58º 0.95% 0.08% -
HSV(B) 211.58º 0.97% 0.15% -
XYZ 0.61 0.62 2.01 -
YUV 15.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 1 19 39 0.97 0.51 0 0.85 211.58 0.95 0.08
Hex 1 13 27 61 33 0 55 D4 5F 8
Octal 1 23 47 141 63 0 125 324 137 10
Binary 1 10011 100111 1100001 110011 0 1010101 11010100 1011111 1000

Color Harmonies of #011327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011327

Black with #011327

Text Example


Text Example

White with #011327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011327; }

 p { color: rgb(1,19,39); }

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

background-color css

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

 a { background-color: rgb(1,19,39); }

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

border-color css

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

 span { border-color: rgb(1,19,39); }

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