Html Css Color HEX #00181A Black Pearl

📋 copy color: '#00181A'

red 0 ◦ green 24 ◦ blue 26

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

Shades of Black Pearl #00181A

Tints of Black Pearl #00181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 52%

R = 0%
G = 48%
B = 52%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#00181A (or 0x00181A) is known color: Black Pearl. HEX triplet: 00, 18 and 1A. RGB value is (0,24,26). Sum of RGB (Red+Green+Blue) = 0+24+26=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #00181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00181A is #FFE7E5. Grayscale: #111111. Windows color (decimal): -16771046 or 1710080. OLE color: 1710080.

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

Color convert

RGB 0 24 26 -
CMYK 1 0.08 0 0.90
HSL 184.62º 1% 0.05% -
HSV(B) 184.62º 1% 0.1% -
XYZ 0.51 0.73 1.09 -
YUV 17.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 0 24 26 1 0.08 0 0.90 184.62 1 0.05
Hex 0 18 1A 64 8 0 5A B9 64 5
Octal 0 30 32 144 10 0 132 271 144 5
Binary 0 11000 11010 1100100 1000 0 1011010 10111001 1100100 101

Color Harmonies of #00181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00181A

Black with #00181A

Text Example


Text Example

White with #00181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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