Html Css Color HEX #012328 Black Pearl

📋 copy color: '#012328'

red 1 ◦ green 35 ◦ blue 40

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

Shades of Black Pearl #012328

Tints of Black Pearl #012328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 52.63%

R = 1.32%
G = 46.05%
B = 52.63%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#012328 (or 0x012328) is known color: Black Pearl. HEX triplet: 01, 23 and 28. RGB value is (1,35,40). Sum of RGB (Red+Green+Blue) = 1+35+40=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #012328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012328 is #FEDCD7. Grayscale: #191919. Windows color (decimal): -16702680 or 2630401. OLE color: 2630401.

HSL color Cylindrical-coordinate representation of color #012328: hue angle of 187.69º 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 #012328 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 35 40 -
CMYK 0.98 0.12 0 0.84
HSL 187.69º 0.95% 0.08% -
HSV(B) 187.69º 0.98% 0.16% -
XYZ 1 1.36 2.22 -
YUV 25.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 1 35 40 0.98 0.12 0 0.84 187.69 0.95 0.08
Hex 1 23 28 62 C 0 54 BC 5F 8
Octal 1 43 50 142 14 0 124 274 137 10
Binary 1 100011 101000 1100010 1100 0 1010100 10111100 1011111 1000

Color Harmonies of #012328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012328

Black with #012328

Text Example


Text Example

White with #012328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012328; }

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

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

background-color css

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

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

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

border-color css

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

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

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