Html Css Color HEX #00181B Black Pearl

📋 copy color: '#00181B'

red 0 ◦ green 24 ◦ blue 27

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

Shades of Black Pearl #00181B

Tints of Black Pearl #00181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 47.06%

 BLUE value IS 27 (10.94% from 255) = 52.94%

R = 0%
G = 47.06%
B = 52.94%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00181B (or 0x00181B) is known color: Black Pearl. HEX triplet: 00, 18 and 1B. RGB value is (0,24,27). Sum of RGB (Red+Green+Blue) = 0+24+27=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #00181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00181B is #FFE7E4. Grayscale: #111111. Windows color (decimal): -16771045 or 1775616. OLE color: 1775616.

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

Color convert

RGB 0 24 27 -
CMYK 1 0.11 0 0.89
HSL 186.67º 1% 0.05% -
HSV(B) 186.67º 1% 0.11% -
XYZ 0.52 0.73 1.15 -
YUV 17.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 0 24 27 1 0.11 0 0.89 186.67 1 0.05
Hex 0 18 1B 64 B 0 59 BB 64 5
Octal 0 30 33 144 13 0 131 273 144 5
Binary 0 11000 11011 1100100 1011 0 1011001 10111011 1100100 101

Color Harmonies of #00181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00181B

Black with #00181B

Text Example


Text Example

White with #00181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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