Html Css Color HEX #012831 Black Pearl

📋 copy color: '#012831'

red 1 ◦ green 40 ◦ blue 49

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

Shades of Black Pearl #012831

Tints of Black Pearl #012831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 44.44%

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

R = 1.11%
G = 44.44%
B = 54.44%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#012831 (or 0x012831) is known color: Black Pearl. HEX triplet: 01, 28 and 31. RGB value is (1,40,49). Sum of RGB (Red+Green+Blue) = 1+40+49=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #012831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012831 is #FED7CE. Grayscale: #1D1D1D. Windows color (decimal): -16701391 or 3221505. OLE color: 3221505.

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

Color convert

RGB 1 40 49 -
CMYK 0.98 0.18 0 0.81
HSL 191.25º 0.96% 0.1% -
HSV(B) 191.25º 0.98% 0.19% -
XYZ 1.33 1.75 3.17 -
YUV 29.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 1 40 49 0.98 0.18 0 0.81 191.25 0.96 0.1
Hex 1 28 31 62 12 0 51 BF 60 A
Octal 1 50 61 142 22 0 121 277 140 12
Binary 1 101000 110001 1100010 10010 0 1010001 10111111 1100000 1010

Color Harmonies of #012831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012831

Black with #012831

Text Example


Text Example

White with #012831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012831; }

 p { color: rgb(1,40,49); }

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

background-color css

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

 a { background-color: rgb(1,40,49); }

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

border-color css

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

 span { border-color: rgb(1,40,49); }

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