Html Css Color HEX #011328 Black Pearl

📋 copy color: '#011328'

red 1 ◦ green 19 ◦ blue 40

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

Shades of Black Pearl #011328

Tints of Black Pearl #011328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 31.67%

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

R = 1.67%
G = 31.67%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#011328 (or 0x011328) is known color: Black Pearl. HEX triplet: 01, 13 and 28. RGB value is (1,19,40). Sum of RGB (Red+Green+Blue) = 1+19+40=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 40 (16.02% from 255 or 66.67% from 60); Max value from RGB is 40 - color contains mainly: blue. Hex color #011328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011328 is #FEECD7. Grayscale: #0F0F0F. Windows color (decimal): -16706776 or 2626305. OLE color: 2626305.

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

Color convert

RGB 1 19 40 -
CMYK 0.98 0.52 0 0.84
HSL 212.31º 0.95% 0.08% -
HSV(B) 212.31º 0.98% 0.16% -
XYZ 0.63 0.63 2.1 -
YUV 16.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 1 19 40 0.98 0.52 0 0.84 212.31 0.95 0.08
Hex 1 13 28 62 34 0 54 D4 5F 8
Octal 1 23 50 142 64 0 124 324 137 10
Binary 1 10011 101000 1100010 110100 0 1010100 11010100 1011111 1000

Color Harmonies of #011328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011328

Black with #011328

Text Example


Text Example

White with #011328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011328; }

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

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

background-color css

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

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

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

border-color css

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

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

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