Html Css Color HEX #011824 Black Pearl

📋 copy color: '#011824'

red 1 ◦ green 24 ◦ blue 36

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

Shades of Black Pearl #011824

Tints of Black Pearl #011824

RGB

 RED value IS 1 (0.78% from 255) = 1.64%

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

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

R = 1.64%
G = 39.34%
B = 59.02%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#011824 (or 0x011824) is known color: Black Pearl. HEX triplet: 01, 18 and 24. RGB value is (1,24,36). Sum of RGB (Red+Green+Blue) = 1+24+36=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 36 (14.45% from 255 or 59.02% from 61); Max value from RGB is 36 - color contains mainly: blue. Hex color #011824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011824 is #FEE7DB. Grayscale: #121212. Windows color (decimal): -16705500 or 2365441. OLE color: 2365441.

HSL color Cylindrical-coordinate representation of color #011824: hue angle of 200.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011824 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 24 36 -
CMYK 0.97 0.33 0 0.86
HSL 200.57º 0.95% 0.07% -
HSV(B) 200.57º 0.97% 0.14% -
XYZ 0.66 0.79 1.79 -
YUV 18.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 1 24 36 0.97 0.33 0 0.86 200.57 0.95 0.07
Hex 1 18 24 61 21 0 56 C9 5F 7
Octal 1 30 44 141 41 0 126 311 137 7
Binary 1 11000 100100 1100001 100001 0 1010110 11001001 1011111 111

Color Harmonies of #011824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011824

Black with #011824

Text Example


Text Example

White with #011824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011824; }

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

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

background-color css

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

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

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

border-color css

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

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

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