Html Css Color HEX #001424 Black Pearl

📋 copy color: '#001424'

red 0 ◦ green 20 ◦ blue 36

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

Shades of Black Pearl #001424

Tints of Black Pearl #001424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 35.71%

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

R = 0%
G = 35.71%
B = 64.29%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001424 (or 0x001424) is known color: Black Pearl. HEX triplet: 00, 14 and 24. RGB value is (0,20,36). Sum of RGB (Red+Green+Blue) = 0+20+36=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #001424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001424 is #FFEBDB. Grayscale: #0F0F0F. Windows color (decimal): -16772060 or 2364416. OLE color: 2364416.

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

Color convert

RGB 0 20 36 -
CMYK 1 0.44 0 0.86
HSL 206.67º 1% 0.07% -
HSV(B) 206.67º 1% 0.14% -
XYZ 0.57 0.63 1.76 -
YUV 15.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 0 20 36 1 0.44 0 0.86 206.67 1 0.07
Hex 0 14 24 64 2C 0 56 CF 64 7
Octal 0 24 44 144 54 0 126 317 144 7
Binary 0 10100 100100 1100100 101100 0 1010110 11001111 1100100 111

Color Harmonies of #001424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001424

Black with #001424

Text Example


Text Example

White with #001424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001424; }

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

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

background-color css

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

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

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

border-color css

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

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

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