Html Css Color HEX #011431 Black Pearl

📋 copy color: '#011431'

red 1 ◦ green 20 ◦ blue 49

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

Shades of Black Pearl #011431

Tints of Black Pearl #011431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.57%

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

R = 1.43%
G = 28.57%
B = 70%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#011431 (or 0x011431) is known color: Black Pearl. HEX triplet: 01, 14 and 31. RGB value is (1,20,49). Sum of RGB (Red+Green+Blue) = 1+20+49=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #011431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011431 is #FEEBCE. Grayscale: #111111. Windows color (decimal): -16706511 or 3216385. OLE color: 3216385.

HSL color Cylindrical-coordinate representation of color #011431: hue angle of 216.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 #011431 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 20 49 -
CMYK 0.98 0.59 0 0.81
HSL 216.25º 0.96% 0.1% -
HSV(B) 216.25º 0.98% 0.19% -
XYZ 0.82 0.73 3 -
YUV 17.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 1 20 49 0.98 0.59 0 0.81 216.25 0.96 0.1
Hex 1 14 31 62 3B 0 51 D8 60 A
Octal 1 24 61 142 73 0 121 330 140 12
Binary 1 10100 110001 1100010 111011 0 1010001 11011000 1100000 1010

Color Harmonies of #011431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011431

Black with #011431

Text Example


Text Example

White with #011431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011431; }

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

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

background-color css

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

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

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

border-color css

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

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

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