Html Css Color HEX #001618 Black Pearl

📋 copy color: '#001618'

red 0 ◦ green 22 ◦ blue 24

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

Shades of Black Pearl #001618

Tints of Black Pearl #001618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 47.83%

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

R = 0%
G = 47.83%
B = 52.17%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#001618 (or 0x001618) is known color: Black Pearl. HEX triplet: 00, 16 and 18. RGB value is (0,22,24). Sum of RGB (Red+Green+Blue) = 0+22+24=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #001618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001618 is #FFE9E7. Grayscale: #0F0F0F. Windows color (decimal): -16771560 or 1578496. OLE color: 1578496.

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

Color convert

RGB 0 22 24 -
CMYK 1 0.08 0 0.91
HSL 185º 1% 0.05% -
HSV(B) 185º 1% 0.09% -
XYZ 0.45 0.64 0.96 -
YUV 15.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 0 22 24 1 0.08 0 0.91 185 1 0.05
Hex 0 16 18 64 8 0 5B B9 64 5
Octal 0 26 30 144 10 0 133 271 144 5
Binary 0 10110 11000 1100100 1000 0 1011011 10111001 1100100 101

Color Harmonies of #001618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001618

Black with #001618

Text Example


Text Example

White with #001618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001618; }

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

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

background-color css

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

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

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

border-color css

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

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

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