Html Css Color HEX #011323 Black Pearl

📋 copy color: '#011323'

red 1 ◦ green 19 ◦ blue 35

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

Shades of Black Pearl #011323

Tints of Black Pearl #011323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 34.55%

 BLUE value IS 35 (14.06% from 255) = 63.64%

R = 1.82%
G = 34.55%
B = 63.64%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#011323 (or 0x011323) is known color: Black Pearl. HEX triplet: 01, 13 and 23. RGB value is (1,19,35). Sum of RGB (Red+Green+Blue) = 1+19+35=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 35 (14.06% from 255 or 63.64% from 55); Max value from RGB is 35 - color contains mainly: blue. Hex color #011323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011323 is #FEECDC. Grayscale: #0F0F0F. Windows color (decimal): -16706781 or 2298625. OLE color: 2298625.

HSL color Cylindrical-coordinate representation of color #011323: hue angle of 208.24º degrees, saturation: 0.94, 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 #011323 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 19 35 -
CMYK 0.97 0.46 0 0.86
HSL 208.24º 0.94% 0.07% -
HSV(B) 208.24º 0.97% 0.14% -
XYZ 0.55 0.59 1.68 -
YUV 15.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 1 19 35 0.97 0.46 0 0.86 208.24 0.94 0.07
Hex 1 13 23 61 2E 0 56 D0 5E 7
Octal 1 23 43 141 56 0 126 320 136 7
Binary 1 10011 100011 1100001 101110 0 1010110 11010000 1011110 111

Color Harmonies of #011323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011323

Black with #011323

Text Example


Text Example

White with #011323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011323; }

 p { color: rgb(1,19,35); }

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

background-color css

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

 a { background-color: rgb(1,19,35); }

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

border-color css

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

 span { border-color: rgb(1,19,35); }

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