Html Css Color HEX #012327 Black Pearl

📋 copy color: '#012327'

red 1 ◦ green 35 ◦ blue 39

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

Shades of Black Pearl #012327

Tints of Black Pearl #012327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 46.67%

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

R = 1.33%
G = 46.67%
B = 52%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#012327 (or 0x012327) is known color: Black Pearl. HEX triplet: 01, 23 and 27. RGB value is (1,35,39). Sum of RGB (Red+Green+Blue) = 1+35+39=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #012327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012327 is #FEDCD8. Grayscale: #191919. Windows color (decimal): -16702681 or 2564865. OLE color: 2564865.

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

Color convert

RGB 1 35 39 -
CMYK 0.97 0.10 0 0.85
HSL 186.32º 0.95% 0.08% -
HSV(B) 186.32º 0.97% 0.15% -
XYZ 0.98 1.36 2.13 -
YUV 25.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 1 35 39 0.97 0.10 0 0.85 186.32 0.95 0.08
Hex 1 23 27 61 A 0 55 BA 5F 8
Octal 1 43 47 141 12 0 125 272 137 10
Binary 1 100011 100111 1100001 1010 0 1010101 10111010 1011111 1000

Color Harmonies of #012327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012327

Black with #012327

Text Example


Text Example

White with #012327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012327; }

 p { color: rgb(1,35,39); }

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

background-color css

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

 a { background-color: rgb(1,35,39); }

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

border-color css

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

 span { border-color: rgb(1,35,39); }

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