Html Css Color HEX #011827 Black Pearl

📋 copy color: '#011827'

red 1 ◦ green 24 ◦ blue 39

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

Shades of Black Pearl #011827

Tints of Black Pearl #011827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 37.5%

 BLUE value IS 39 (15.63% from 255) = 60.94%

R = 1.56%
G = 37.5%
B = 60.94%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#011827 (or 0x011827) is known color: Black Pearl. HEX triplet: 01, 18 and 27. RGB value is (1,24,39). Sum of RGB (Red+Green+Blue) = 1+24+39=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #011827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011827 is #FEE7D8. Grayscale: #121212. Windows color (decimal): -16705497 or 2562049. OLE color: 2562049.

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

Color convert

RGB 1 24 39 -
CMYK 0.97 0.38 0 0.85
HSL 203.68º 0.95% 0.08% -
HSV(B) 203.68º 0.97% 0.15% -
XYZ 0.71 0.81 2.04 -
YUV 18.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 1 24 39 0.97 0.38 0 0.85 203.68 0.95 0.08
Hex 1 18 27 61 26 0 55 CC 5F 8
Octal 1 30 47 141 46 0 125 314 137 10
Binary 1 11000 100111 1100001 100110 0 1010101 11001100 1011111 1000

Color Harmonies of #011827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011827

Black with #011827

Text Example


Text Example

White with #011827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011827; }

 p { color: rgb(1,24,39); }

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

background-color css

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

 a { background-color: rgb(1,24,39); }

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

border-color css

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

 span { border-color: rgb(1,24,39); }

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