Html Css Color HEX #011124 Black Pearl

📋 copy color: '#011124'

red 1 ◦ green 17 ◦ blue 36

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

Shades of Black Pearl #011124

Tints of Black Pearl #011124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 31.48%

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

R = 1.85%
G = 31.48%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#011124 (or 0x011124) is known color: Black Pearl. HEX triplet: 01, 11 and 24. RGB value is (1,17,36). Sum of RGB (Red+Green+Blue) = 1+17+36=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 36 (14.45% from 255 or 66.67% from 54); Max value from RGB is 36 - color contains mainly: blue. Hex color #011124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011124 is #FEEEDB. Grayscale: #0E0E0E. Windows color (decimal): -16707292 or 2363649. OLE color: 2363649.

HSL color Cylindrical-coordinate representation of color #011124: hue angle of 212.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 #011124 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 17 36 -
CMYK 0.97 0.53 0 0.86
HSL 212.57º 0.95% 0.07% -
HSV(B) 212.57º 0.97% 0.14% -
XYZ 0.53 0.53 1.74 -
YUV 14.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 1 17 36 0.97 0.53 0 0.86 212.57 0.95 0.07
Hex 1 11 24 61 35 0 56 D5 5F 7
Octal 1 21 44 141 65 0 126 325 137 7
Binary 1 10001 100100 1100001 110101 0 1010110 11010101 1011111 111

Color Harmonies of #011124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011124

Black with #011124

Text Example


Text Example

White with #011124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011124; }

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

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

background-color css

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

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

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

border-color css

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

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

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