Html Css Color HEX #001831 Black Pearl

📋 copy color: '#001831'

red 0 ◦ green 24 ◦ blue 49

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

Shades of Black Pearl #001831

Tints of Black Pearl #001831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 67.12%

R = 0%
G = 32.88%
B = 67.12%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#001831 (or 0x001831) is known color: Black Pearl. HEX triplet: 00, 18 and 31. RGB value is (0,24,49). Sum of RGB (Red+Green+Blue) = 0+24+49=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #001831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001831 is #FFE7CE. Grayscale: #131313. Windows color (decimal): -16771023 or 3217408. OLE color: 3217408.

HSL color Cylindrical-coordinate representation of color #001831: hue angle of 210.61º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001831 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 24 49 -
CMYK 1 0.51 0 0.81
HSL 210.61º 1% 0.1% -
HSV(B) 210.61º 1% 0.19% -
XYZ 0.88 0.88 3.03 -
YUV 19.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 0 24 49 1 0.51 0 0.81 210.61 1 0.1
Hex 0 18 31 64 33 0 51 D3 64 A
Octal 0 30 61 144 63 0 121 323 144 12
Binary 0 11000 110001 1100100 110011 0 1010001 11010011 1100100 1010

Color Harmonies of #001831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001831

Black with #001831

Text Example


Text Example

White with #001831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001831; }

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

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

background-color css

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

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

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

border-color css

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

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

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