Html Css Color HEX #011326 Black Pearl

📋 copy color: '#011326'

red 1 ◦ green 19 ◦ blue 38

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

Shades of Black Pearl #011326

Tints of Black Pearl #011326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 65.52%

R = 1.72%
G = 32.76%
B = 65.52%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#011326 (or 0x011326) is known color: Black Pearl. HEX triplet: 01, 13 and 26. RGB value is (1,19,38). Sum of RGB (Red+Green+Blue) = 1+19+38=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 38 (15.23% from 255 or 65.52% from 58); Max value from RGB is 38 - color contains mainly: blue. Hex color #011326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011326 is #FEECD9. Grayscale: #0F0F0F. Windows color (decimal): -16706778 or 2495233. OLE color: 2495233.

HSL color Cylindrical-coordinate representation of color #011326: hue angle of 210.81º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011326 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 19 38 -
CMYK 0.97 0.50 0 0.85
HSL 210.81º 0.95% 0.08% -
HSV(B) 210.81º 0.97% 0.15% -
XYZ 0.6 0.61 1.92 -
YUV 15.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 1 19 38 0.97 0.50 0 0.85 210.81 0.95 0.08
Hex 1 13 26 61 32 0 55 D3 5F 8
Octal 1 23 46 141 62 0 125 323 137 10
Binary 1 10011 100110 1100001 110010 0 1010101 11010011 1011111 1000

Color Harmonies of #011326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011326

Black with #011326

Text Example


Text Example

White with #011326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011326; }

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

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

background-color css

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

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

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

border-color css

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

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

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