Html Css Color HEX #001027 Black Pearl

📋 copy color: '#001027'

red 0 ◦ green 16 ◦ blue 39

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

Shades of Black Pearl #001027

Tints of Black Pearl #001027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 70.91%

R = 0%
G = 29.09%
B = 70.91%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001027 (or 0x001027) is known color: Black Pearl. HEX triplet: 00, 10 and 27. RGB value is (0,16,39). Sum of RGB (Red+Green+Blue) = 0+16+39=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 39 (15.62% from 255 or 70.91% from 55); Max value from RGB is 39 - color contains mainly: blue. Hex color #001027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001027 is #FFEFD8. Grayscale: #0D0D0D. Windows color (decimal): -16773081 or 2560000. OLE color: 2560000.

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

Color convert

RGB 0 16 39 -
CMYK 1 0.59 0 0.85
HSL 215.38º 1% 0.08% -
HSV(B) 215.38º 1% 0.15% -
XYZ 0.55 0.52 1.99 -
YUV 13.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 0 16 39 1 0.59 0 0.85 215.38 1 0.08
Hex 0 10 27 64 3B 0 55 D7 64 8
Octal 0 20 47 144 73 0 125 327 144 10
Binary 0 10000 100111 1100100 111011 0 1010101 11010111 1100100 1000

Color Harmonies of #001027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001027

Black with #001027

Text Example


Text Example

White with #001027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001027; }

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

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

background-color css

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

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

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

border-color css

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

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

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