Html Css Color HEX #001224 Black Pearl

📋 copy color: '#001224'

red 0 ◦ green 18 ◦ blue 36

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

Shades of Black Pearl #001224

Tints of Black Pearl #001224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 33.33%

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

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.5

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001224 (or 0x001224) is known color: Black Pearl. HEX triplet: 00, 12 and 24. RGB value is (0,18,36). Sum of RGB (Red+Green+Blue) = 0+18+36=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 36 (14.45% from 255 or 66.67% from 54); Max value from RGB is 36 - color contains mainly: blue. Hex color #001224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001224 is #FFEDDB. Grayscale: #0E0E0E. Windows color (decimal): -16772572 or 2363904. OLE color: 2363904.

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

Color convert

RGB 0 18 36 -
CMYK 1 0.5 0 0.86
HSL 210º 1% 0.07% -
HSV(B) 210º 1% 0.14% -
XYZ 0.53 0.56 1.75 -
YUV 14.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 0 18 36 1 0.5 0 0.86 210 1 0.07
Hex 0 12 24 64 32 0 56 D2 64 7
Octal 0 22 44 144 62 0 126 322 144 7
Binary 0 10010 100100 1100100 110010 0 1010110 11010010 1100100 111

Color Harmonies of #001224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001224

Black with #001224

Text Example


Text Example

White with #001224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001224; }

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

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

background-color css

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

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

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

border-color css

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

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

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