Html Css Color HEX #012125 Black Pearl

📋 copy color: '#012125'

red 1 ◦ green 33 ◦ blue 37

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

Shades of Black Pearl #012125

Tints of Black Pearl #012125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 46.48%

 BLUE value IS 37 (14.84% from 255) = 52.11%

R = 1.41%
G = 46.48%
B = 52.11%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#012125 (or 0x012125) is known color: Black Pearl. HEX triplet: 01, 21 and 25. RGB value is (1,33,37). Sum of RGB (Red+Green+Blue) = 1+33+37=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #012125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012125 is #FEDEDA. Grayscale: #171717. Windows color (decimal): -16703195 or 2433281. OLE color: 2433281.

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

Color convert

RGB 1 33 37 -
CMYK 0.97 0.11 0 0.85
HSL 186.67º 0.95% 0.07% -
HSV(B) 186.67º 0.97% 0.15% -
XYZ 0.89 1.23 1.94 -
YUV 23.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 1 33 37 0.97 0.11 0 0.85 186.67 0.95 0.07
Hex 1 21 25 61 B 0 55 BB 5F 7
Octal 1 41 45 141 13 0 125 273 137 7
Binary 1 100001 100101 1100001 1011 0 1010101 10111011 1011111 111

Color Harmonies of #012125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012125

Black with #012125

Text Example


Text Example

White with #012125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012125; }

 p { color: rgb(1,33,37); }

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

background-color css

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

 a { background-color: rgb(1,33,37); }

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

border-color css

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

 span { border-color: rgb(1,33,37); }

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