Html Css Color HEX #001323 Black Pearl

📋 copy color: '#001323'

red 0 ◦ green 19 ◦ blue 35

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

Shades of Black Pearl #001323

Tints of Black Pearl #001323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 64.81%

R = 0%
G = 35.19%
B = 64.81%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001323 (or 0x001323) is known color: Black Pearl. HEX triplet: 00, 13 and 23. RGB value is (0,19,35). Sum of RGB (Red+Green+Blue) = 0+19+35=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 35 (14.06% from 255 or 64.81% from 54); Max value from RGB is 35 - color contains mainly: blue. Hex color #001323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001323 is #FFECDC. Grayscale: #0F0F0F. Windows color (decimal): -16772317 or 2298624. OLE color: 2298624.

HSL color Cylindrical-coordinate representation of color #001323: hue angle of 207.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001323 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 19 35 -
CMYK 1 0.46 0 0.86
HSL 207.43º 1% 0.07% -
HSV(B) 207.43º 1% 0.14% -
XYZ 0.54 0.59 1.68 -
YUV 15.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 0 19 35 1 0.46 0 0.86 207.43 1 0.07
Hex 0 13 23 64 2E 0 56 CF 64 7
Octal 0 23 43 144 56 0 126 317 144 7
Binary 0 10011 100011 1100100 101110 0 1010110 11001111 1100100 111

Color Harmonies of #001323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001323

Black with #001323

Text Example


Text Example

White with #001323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001323; }

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

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

background-color css

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

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

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

border-color css

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

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

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