Html Css Color HEX #011428 Black Pearl

📋 copy color: '#011428'

red 1 ◦ green 20 ◦ blue 40

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

Shades of Black Pearl #011428

Tints of Black Pearl #011428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 65.57%

R = 1.64%
G = 32.79%
B = 65.57%

CMYK

 C value IS 0.98

 M value IS 0.5

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#011428 (or 0x011428) is known color: Black Pearl. HEX triplet: 01, 14 and 28. RGB value is (1,20,40). Sum of RGB (Red+Green+Blue) = 1+20+40=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #011428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011428 is #FEEBD7. Grayscale: #101010. Windows color (decimal): -16706520 or 2626561. OLE color: 2626561.

HSL color Cylindrical-coordinate representation of color #011428: hue angle of 210.77º 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 #011428 is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 20 40 -
CMYK 0.98 0.5 0 0.84
HSL 210.77º 0.95% 0.08% -
HSV(B) 210.77º 0.98% 0.16% -
XYZ 0.65 0.66 2.1 -
YUV 16.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 1 20 40 0.98 0.5 0 0.84 210.77 0.95 0.08
Hex 1 14 28 62 32 0 54 D3 5F 8
Octal 1 24 50 142 62 0 124 323 137 10
Binary 1 10100 101000 1100010 110010 0 1010100 11010011 1011111 1000

Color Harmonies of #011428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011428

Black with #011428

Text Example


Text Example

White with #011428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011428; }

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

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

background-color css

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

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

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

border-color css

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

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

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