Html Css Color HEX #001218 Black Pearl

📋 copy color: '#001218'

red 0 ◦ green 18 ◦ blue 24

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

Shades of Black Pearl #001218

Tints of Black Pearl #001218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 57.14%

R = 0%
G = 42.86%
B = 57.14%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#001218 (or 0x001218) is known color: Black Pearl. HEX triplet: 00, 12 and 18. RGB value is (0,18,24). Sum of RGB (Red+Green+Blue) = 0+18+24=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #001218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001218 is #FFEDE7. Grayscale: #0D0D0D. Windows color (decimal): -16772584 or 1577472. OLE color: 1577472.

HSL color Cylindrical-coordinate representation of color #001218: hue angle of 195º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001218 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 18 24 -
CMYK 1 0.25 0 0.91
HSL 195º 1% 0.05% -
HSV(B) 195º 1% 0.09% -
XYZ 0.38 0.5 0.94 -
YUV 13.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 0 18 24 1 0.25 0 0.91 195 1 0.05
Hex 0 12 18 64 19 0 5B C3 64 5
Octal 0 22 30 144 31 0 133 303 144 5
Binary 0 10010 11000 1100100 11001 0 1011011 11000011 1100100 101

Color Harmonies of #001218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001218

Black with #001218

Text Example


Text Example

White with #001218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001218; }

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

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

background-color css

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

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

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

border-color css

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

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

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