Html Css Color HEX #001324 Black Pearl

📋 copy color: '#001324'

red 0 ◦ green 19 ◦ blue 36

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

Shades of Black Pearl #001324

Tints of Black Pearl #001324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 65.45%

R = 0%
G = 34.55%
B = 65.45%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001324 (or 0x001324) is known color: Black Pearl. HEX triplet: 00, 13 and 24. RGB value is (0,19,36). Sum of RGB (Red+Green+Blue) = 0+19+36=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 36 (14.45% from 255 or 65.45% from 55); Max value from RGB is 36 - color contains mainly: blue. Hex color #001324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001324 is #FFECDB. Grayscale: #0F0F0F. Windows color (decimal): -16772316 or 2364160. OLE color: 2364160.

HSL color Cylindrical-coordinate representation of color #001324: hue angle of 208.33º 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 #001324 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 19 36 -
CMYK 1 0.47 0 0.86
HSL 208.33º 1% 0.07% -
HSV(B) 208.33º 1% 0.14% -
XYZ 0.55 0.59 1.75 -
YUV 15.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 0 19 36 1 0.47 0 0.86 208.33 1 0.07
Hex 0 13 24 64 2F 0 56 D0 64 7
Octal 0 23 44 144 57 0 126 320 144 7
Binary 0 10011 100100 1100100 101111 0 1010110 11010000 1100100 111

Color Harmonies of #001324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001324

Black with #001324

Text Example


Text Example

White with #001324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001324; }

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

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

background-color css

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

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

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

border-color css

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

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

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