Html Css Color HEX #011426 Black Pearl

📋 copy color: '#011426'

red 1 ◦ green 20 ◦ blue 38

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

Shades of Black Pearl #011426

Tints of Black Pearl #011426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 33.9%

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

R = 1.69%
G = 33.9%
B = 64.41%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#011426 (or 0x011426) is known color: Black Pearl. HEX triplet: 01, 14 and 26. RGB value is (1,20,38). Sum of RGB (Red+Green+Blue) = 1+20+38=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #011426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011426 is #FEEBD9. Grayscale: #101010. Windows color (decimal): -16706522 or 2495489. OLE color: 2495489.

HSL color Cylindrical-coordinate representation of color #011426: hue angle of 209.19º 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 #011426 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 20 38 -
CMYK 0.97 0.47 0 0.85
HSL 209.19º 0.95% 0.08% -
HSV(B) 209.19º 0.97% 0.15% -
XYZ 0.61 0.65 1.93 -
YUV 16.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 1 20 38 0.97 0.47 0 0.85 209.19 0.95 0.08
Hex 1 14 26 61 2F 0 55 D1 5F 8
Octal 1 24 46 141 57 0 125 321 137 10
Binary 1 10100 100110 1100001 101111 0 1010101 11010001 1011111 1000

Color Harmonies of #011426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011426

Black with #011426

Text Example


Text Example

White with #011426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011426; }

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

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

background-color css

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

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

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

border-color css

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

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

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