Html Css Color HEX #001827 Black Pearl

📋 copy color: '#001827'

red 0 ◦ green 24 ◦ blue 39

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

Shades of Black Pearl #001827

Tints of Black Pearl #001827

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 38.1%
B = 61.9%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001827 (or 0x001827) is known color: Black Pearl. HEX triplet: 00, 18 and 27. RGB value is (0,24,39). Sum of RGB (Red+Green+Blue) = 0+24+39=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 39 (15.62% from 255 or 61.90% from 63); Max value from RGB is 39 - color contains mainly: blue. Hex color #001827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001827 is #FFE7D8. Grayscale: #121212. Windows color (decimal): -16771033 or 2562048. OLE color: 2562048.

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

Color convert

RGB 0 24 39 -
CMYK 1 0.38 0 0.85
HSL 203.08º 1% 0.08% -
HSV(B) 203.08º 1% 0.15% -
XYZ 0.69 0.8 2.04 -
YUV 18.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 0 24 39 1 0.38 0 0.85 203.08 1 0.08
Hex 0 18 27 64 26 0 55 CB 64 8
Octal 0 30 47 144 46 0 125 313 144 10
Binary 0 11000 100111 1100100 100110 0 1010101 11001011 1100100 1000

Color Harmonies of #001827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001827

Black with #001827

Text Example


Text Example

White with #001827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001827; }

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

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

background-color css

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

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

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

border-color css

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

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

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