Html Css Color HEX #001028 Black Pearl

📋 copy color: '#001028'

red 0 ◦ green 16 ◦ blue 40

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

Shades of Black Pearl #001028

Tints of Black Pearl #001028

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 28.57%

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

R = 0%
G = 28.57%
B = 71.43%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#001028 (or 0x001028) is known color: Black Pearl. HEX triplet: 00, 10 and 28. RGB value is (0,16,40). Sum of RGB (Red+Green+Blue) = 0+16+40=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 40 (16.02% from 255 or 71.43% from 56); Max value from RGB is 40 - color contains mainly: blue. Hex color #001028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001028 is #FFEFD7. Grayscale: #0D0D0D. Windows color (decimal): -16773080 or 2625536. OLE color: 2625536.

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

Color convert

RGB 0 16 40 -
CMYK 1 0.60 0 0.84
HSL 216º 1% 0.08% -
HSV(B) 216º 1% 0.16% -
XYZ 0.57 0.52 2.08 -
YUV 13.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 0 16 40 1 0.60 0 0.84 216 1 0.08
Hex 0 10 28 64 3C 0 54 D8 64 8
Octal 0 20 50 144 74 0 124 330 144 10
Binary 0 10000 101000 1100100 111100 0 1010100 11011000 1100100 1000

Color Harmonies of #001028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001028

Black with #001028

Text Example


Text Example

White with #001028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001028; }

 p { color: rgb(0,16,40); }

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

background-color css

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

 a { background-color: rgb(0,16,40); }

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

border-color css

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

 span { border-color: rgb(0,16,40); }

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