Html Css Color HEX #012329 Black Pearl

📋 copy color: '#012329'

red 1 ◦ green 35 ◦ blue 41

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

Shades of Black Pearl #012329

Tints of Black Pearl #012329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 53.25%

R = 1.3%
G = 45.45%
B = 53.25%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#012329 (or 0x012329) is known color: Black Pearl. HEX triplet: 01, 23 and 29. RGB value is (1,35,41). Sum of RGB (Red+Green+Blue) = 1+35+41=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 41 (16.41% from 255 or 53.25% from 77); Max value from RGB is 41 - color contains mainly: blue. Hex color #012329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012329 is #FEDCD6. Grayscale: #191919. Windows color (decimal): -16702679 or 2695937. OLE color: 2695937.

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

Color convert

RGB 1 35 41 -
CMYK 0.98 0.15 0 0.84
HSL 189º 0.95% 0.08% -
HSV(B) 189º 0.98% 0.16% -
XYZ 1.01 1.37 2.31 -
YUV 25.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 1 35 41 0.98 0.15 0 0.84 189 0.95 0.08
Hex 1 23 29 62 F 0 54 BD 5F 8
Octal 1 43 51 142 17 0 124 275 137 10
Binary 1 100011 101001 1100010 1111 0 1010100 10111101 1011111 1000

Color Harmonies of #012329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012329

Black with #012329

Text Example


Text Example

White with #012329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012329; }

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

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

background-color css

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

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

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

border-color css

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

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

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