Html Css Color HEX #01131C Black Pearl

📋 copy color: '#01131C'

red 1 ◦ green 19 ◦ blue 28

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

Shades of Black Pearl #01131C

Tints of Black Pearl #01131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 58.33%

R = 2.08%
G = 39.58%
B = 58.33%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01131C (or 0x01131C) is known color: Black Pearl. HEX triplet: 01, 13 and 1C. RGB value is (1,19,28). Sum of RGB (Red+Green+Blue) = 1+19+28=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #01131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01131C is #FEECE3. Grayscale: #0E0E0E. Windows color (decimal): -16706788 or 1839873. OLE color: 1839873.

HSL color Cylindrical-coordinate representation of color #01131C: hue angle of 200º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01131C is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 19 28 -
CMYK 0.96 0.32 0 0.89
HSL 200º 0.93% 0.06% -
HSV(B) 200º 0.96% 0.11% -
XYZ 0.45 0.56 1.18 -
YUV 14.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 1 19 28 0.96 0.32 0 0.89 200 0.93 0.06
Hex 1 13 1C 60 20 0 59 C8 5D 6
Octal 1 23 34 140 40 0 131 310 135 6
Binary 1 10011 11100 1100000 100000 0 1011001 11001000 1011101 110

Color Harmonies of #01131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01131C

Black with #01131C

Text Example


Text Example

White with #01131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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