Html Css Color HEX #001327 Black Pearl

📋 copy color: '#001327'

red 0 ◦ green 19 ◦ blue 39

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

Shades of Black Pearl #001327

Tints of Black Pearl #001327

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 32.76%
B = 67.24%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001327 (or 0x001327) is known color: Black Pearl. HEX triplet: 00, 13 and 27. RGB value is (0,19,39). Sum of RGB (Red+Green+Blue) = 0+19+39=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 39 (15.62% from 255 or 67.24% from 58); Max value from RGB is 39 - color contains mainly: blue. Hex color #001327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001327 is #FFECD8. Grayscale: #0F0F0F. Windows color (decimal): -16772313 or 2560768. OLE color: 2560768.

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

Color convert

RGB 0 19 39 -
CMYK 1 0.51 0 0.85
HSL 210.77º 1% 0.08% -
HSV(B) 210.77º 1% 0.15% -
XYZ 0.6 0.61 2.01 -
YUV 15.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 0 19 39 1 0.51 0 0.85 210.77 1 0.08
Hex 0 13 27 64 33 0 55 D3 64 8
Octal 0 23 47 144 63 0 125 323 144 10
Binary 0 10011 100111 1100100 110011 0 1010101 11010011 1100100 1000

Color Harmonies of #001327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001327

Black with #001327

Text Example


Text Example

White with #001327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001327; }

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

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

background-color css

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

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

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

border-color css

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

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

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