Html Css Color HEX #012028 Black Pearl

📋 copy color: '#012028'

red 1 ◦ green 32 ◦ blue 40

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

Shades of Black Pearl #012028

Tints of Black Pearl #012028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 43.84%

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

R = 1.37%
G = 43.84%
B = 54.79%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#012028 (or 0x012028) is known color: Black Pearl. HEX triplet: 01, 20 and 28. RGB value is (1,32,40). Sum of RGB (Red+Green+Blue) = 1+32+40=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 40 (16.02% from 255 or 54.79% from 73); Max value from RGB is 40 - color contains mainly: blue. Hex color #012028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012028 is #FEDFD7. Grayscale: #171717. Windows color (decimal): -16703448 or 2629633. OLE color: 2629633.

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

Color convert

RGB 1 32 40 -
CMYK 0.98 0.20 0 0.84
HSL 192.31º 0.95% 0.08% -
HSV(B) 192.31º 0.98% 0.16% -
XYZ 0.91 1.19 2.19 -
YUV 23.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 1 32 40 0.98 0.20 0 0.84 192.31 0.95 0.08
Hex 1 20 28 62 14 0 54 C0 5F 8
Octal 1 40 50 142 24 0 124 300 137 10
Binary 1 100000 101000 1100010 10100 0 1010100 11000000 1011111 1000

Color Harmonies of #012028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012028

Black with #012028

Text Example


Text Example

White with #012028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012028; }

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

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

background-color css

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

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

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

border-color css

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

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

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