Html Css Color HEX #011626 Black Pearl

📋 copy color: '#011626'

red 1 ◦ green 22 ◦ blue 38

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

Shades of Black Pearl #011626

Tints of Black Pearl #011626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 36.07%

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

R = 1.64%
G = 36.07%
B = 62.3%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#011626 (or 0x011626) is known color: Black Pearl. HEX triplet: 01, 16 and 26. RGB value is (1,22,38). Sum of RGB (Red+Green+Blue) = 1+22+38=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 38 (15.23% from 255 or 62.30% from 61); Max value from RGB is 38 - color contains mainly: blue. Hex color #011626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011626 is #FEE9D9. Grayscale: #111111. Windows color (decimal): -16706010 or 2496001. OLE color: 2496001.

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

Color convert

RGB 1 22 38 -
CMYK 0.97 0.42 0 0.85
HSL 205.95º 0.95% 0.08% -
HSV(B) 205.95º 0.97% 0.15% -
XYZ 0.65 0.72 1.94 -
YUV 17.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 1 22 38 0.97 0.42 0 0.85 205.95 0.95 0.08
Hex 1 16 26 61 2A 0 55 CE 5F 8
Octal 1 26 46 141 52 0 125 316 137 10
Binary 1 10110 100110 1100001 101010 0 1010101 11001110 1011111 1000

Color Harmonies of #011626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011626

Black with #011626

Text Example


Text Example

White with #011626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011626; }

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

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

background-color css

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

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

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

border-color css

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

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

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