Html Css Color HEX #010C1B Black Pearl

📋 copy color: '#010C1B'

red 1 ◦ green 12 ◦ blue 27

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

Shades of Black Pearl #010C1B

Tints of Black Pearl #010C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 67.5%

R = 2.5%
G = 30%
B = 67.5%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#010C1B (or 0x010C1B) is known color: Black Pearl. HEX triplet: 01, 0C and 1B. RGB value is (1,12,27). Sum of RGB (Red+Green+Blue) = 1+12+27=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 27 (10.94% from 255 or 67.5% from 40); Max value from RGB is 27 - color contains mainly: blue. Hex color #010C1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C1B is #FEF3E4. Grayscale: #0A0A0A. Windows color (decimal): -16708581 or 1772545. OLE color: 1772545.

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

Color convert

RGB 1 12 27 -
CMYK 0.96 0.56 0 0.89
HSL 214.62º 0.93% 0.05% -
HSV(B) 214.62º 0.96% 0.11% -
XYZ 0.34 0.35 1.09 -
YUV 10.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 1 12 27 0.96 0.56 0 0.89 214.62 0.93 0.05
Hex 1 C 1B 60 38 0 59 D7 5D 5
Octal 1 14 33 140 70 0 131 327 135 5
Binary 1 1100 11011 1100000 111000 0 1011001 11010111 1011101 101

Color Harmonies of #010C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C1B

Black with #010C1B

Text Example


Text Example

White with #010C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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