Html Css Color HEX #011B23 Black Pearl

📋 copy color: '#011B23'

red 1 ◦ green 27 ◦ blue 35

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

Shades of Black Pearl #011B23

Tints of Black Pearl #011B23

RGB

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

 GREEN value IS 27 (10.94% from 255) = 42.86%

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

R = 1.59%
G = 42.86%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#011B23 (or 0x011B23) is known color: Black Pearl. HEX triplet: 01, 1B and 23. RGB value is (1,27,35). Sum of RGB (Red+Green+Blue) = 1+27+35=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #011B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B23 is #FEE4DC. Grayscale: #141414. Windows color (decimal): -16704733 or 2300673. OLE color: 2300673.

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

Color convert

RGB 1 27 35 -
CMYK 0.97 0.23 0 0.86
HSL 194.12º 0.94% 0.07% -
HSV(B) 194.12º 0.97% 0.14% -
XYZ 0.71 0.91 1.73 -
YUV 20.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 1 27 35 0.97 0.23 0 0.86 194.12 0.94 0.07
Hex 1 1B 23 61 17 0 56 C2 5E 7
Octal 1 33 43 141 27 0 126 302 136 7
Binary 1 11011 100011 1100001 10111 0 1010110 11000010 1011110 111

Color Harmonies of #011B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B23

Black with #011B23

Text Example


Text Example

White with #011B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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