Html Css Color HEX #010C1E Black Pearl

📋 copy color: '#010C1E'

red 1 ◦ green 12 ◦ blue 30

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

Shades of Black Pearl #010C1E

Tints of Black Pearl #010C1E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 27.91%

 BLUE value IS 30 (12.11% from 255) = 69.77%

R = 2.33%
G = 27.91%
B = 69.77%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#010C1E (or 0x010C1E) is known color: Black Pearl. HEX triplet: 01, 0C and 1E. RGB value is (1,12,30). Sum of RGB (Red+Green+Blue) = 1+12+30=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 30 (12.11% from 255 or 69.77% from 43); Max value from RGB is 30 - color contains mainly: blue. Hex color #010C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C1E is #FEF3E1. Grayscale: #0A0A0A. Windows color (decimal): -16708578 or 1969153. OLE color: 1969153.

HSL color Cylindrical-coordinate representation of color #010C1E: hue angle of 217.24º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010C1E is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 12 30 -
CMYK 0.97 0.60 0 0.88
HSL 217.24º 0.94% 0.06% -
HSV(B) 217.24º 0.97% 0.12% -
XYZ 0.38 0.36 1.28 -
YUV 10.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 1 12 30 0.97 0.60 0 0.88 217.24 0.94 0.06
Hex 1 C 1E 61 3C 0 58 D9 5E 6
Octal 1 14 36 141 74 0 130 331 136 6
Binary 1 1100 11110 1100001 111100 0 1011000 11011001 1011110 110

Color Harmonies of #010C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C1E

Black with #010C1E

Text Example


Text Example

White with #010C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010C1E; }

 p { color: rgb(1,12,30); }

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

background-color css

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

 a { background-color: rgb(1,12,30); }

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

border-color css

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

 span { border-color: rgb(1,12,30); }

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