Html Css Color HEX #011429 Black Pearl

📋 copy color: '#011429'

red 1 ◦ green 20 ◦ blue 41

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

Shades of Black Pearl #011429

Tints of Black Pearl #011429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 66.13%

R = 1.61%
G = 32.26%
B = 66.13%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#011429 (or 0x011429) is known color: Black Pearl. HEX triplet: 01, 14 and 29. RGB value is (1,20,41). Sum of RGB (Red+Green+Blue) = 1+20+41=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #011429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011429 is #FEEBD6. Grayscale: #101010. Windows color (decimal): -16706519 or 2692097. OLE color: 2692097.

HSL color Cylindrical-coordinate representation of color #011429: hue angle of 211.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011429 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 20 41 -
CMYK 0.98 0.51 0 0.84
HSL 211.5º 0.95% 0.08% -
HSV(B) 211.5º 0.98% 0.16% -
XYZ 0.66 0.67 2.19 -
YUV 16.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 1 20 41 0.98 0.51 0 0.84 211.5 0.95 0.08
Hex 1 14 29 62 33 0 54 D4 5F 8
Octal 1 24 51 142 63 0 124 324 137 10
Binary 1 10100 101001 1100010 110011 0 1010100 11010100 1011111 1000

Color Harmonies of #011429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011429

Black with #011429

Text Example


Text Example

White with #011429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011429; }

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

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

background-color css

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

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

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

border-color css

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

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

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