Html Css Color HEX #010304 Black Pearl

📋 copy color: '#010304'

red 1 ◦ green 3 ◦ blue 4

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

Shades of Black Pearl #010304

Tints of Black Pearl #010304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 37.5%

 BLUE value IS 4 (1.95% from 255) = 50%

R = 12.5%
G = 37.5%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#010304 (or 0x010304) is known color: Black Pearl. HEX triplet: 01, 03 and 04. RGB value is (1,3,4). Sum of RGB (Red+Green+Blue) = 1+3+4=8 (1% of max value = 765). Red value is 1 (0.78% from 255 or 12.5% from 8); Green value is 3 (1.56% from 255 or 37.5% from 8); Blue value is 4 (1.95% from 255 or 50% from 8); Max value from RGB is 4 - color contains mainly: blue. Hex color #010304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010304 is #FEFCFB. Grayscale: #020202. Windows color (decimal): -16710908 or 262913. OLE color: 262913.

HSL color Cylindrical-coordinate representation of color #010304: hue angle of 200º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #010304 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 1 3 4 -
CMYK 0.75 0.25 0 0.98
HSL 200º 0.6% 0.01% -
HSV(B) 200º 0.75% 0.02% -
XYZ 0.07 0.08 0.13 -
YUV 2.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 1 3 4 0.75 0.25 0 0.98 200 0.6 0.01
Hex 1 3 4 4B 19 0 62 C8 3C 1
Octal 1 3 4 113 31 0 142 310 74 1
Binary 1 11 100 1001011 11001 0 1100010 11001000 111100 1

Color Harmonies of #010304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010304

Black with #010304

Text Example


Text Example

White with #010304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010304; }

 p { color: rgb(1,3,4); }

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

background-color css

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

 a { background-color: rgb(1,3,4); }

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

border-color css

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

 span { border-color: rgb(1,3,4); }

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