Html Css Color HEX #001824 Black Pearl

📋 copy color: '#001824'

red 0 ◦ green 24 ◦ blue 36

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

Shades of Black Pearl #001824

Tints of Black Pearl #001824

RGB

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

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

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

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001824 (or 0x001824) is known color: Black Pearl. HEX triplet: 00, 18 and 24. RGB value is (0,24,36). Sum of RGB (Red+Green+Blue) = 0+24+36=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 36 (14.45% from 255 or 60% from 60); Max value from RGB is 36 - color contains mainly: blue. Hex color #001824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001824 is #FFE7DB. Grayscale: #121212. Windows color (decimal): -16771036 or 2365440. OLE color: 2365440.

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

Color convert

RGB 0 24 36 -
CMYK 1 0.33 0 0.86
HSL 200º 1% 0.07% -
HSV(B) 200º 1% 0.14% -
XYZ 0.65 0.78 1.79 -
YUV 18.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 0 24 36 1 0.33 0 0.86 200 1 0.07
Hex 0 18 24 64 21 0 56 C8 64 7
Octal 0 30 44 144 41 0 126 310 144 7
Binary 0 11000 100100 1100100 100001 0 1010110 11001000 1100100 111

Color Harmonies of #001824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001824

Black with #001824

Text Example


Text Example

White with #001824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001824; }

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

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

background-color css

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

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

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

border-color css

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

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

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