Html Css Color HEX #012225 Black Pearl

📋 copy color: '#012225'

red 1 ◦ green 34 ◦ blue 37

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

Shades of Black Pearl #012225

Tints of Black Pearl #012225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 47.22%

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

R = 1.39%
G = 47.22%
B = 51.39%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#012225 (or 0x012225) is known color: Black Pearl. HEX triplet: 01, 22 and 25. RGB value is (1,34,37). Sum of RGB (Red+Green+Blue) = 1+34+37=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 34 (13.67% from 255 or 47.22% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #012225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012225 is #FEDDDA. Grayscale: #181818. Windows color (decimal): -16702939 or 2433537. OLE color: 2433537.

HSL color Cylindrical-coordinate representation of color #012225: hue angle of 185º 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 #012225 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 34 37 -
CMYK 0.97 0.08 0 0.85
HSL 185º 0.95% 0.07% -
HSV(B) 185º 0.97% 0.15% -
XYZ 0.92 1.28 1.95 -
YUV 24.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 1 34 37 0.97 0.08 0 0.85 185 0.95 0.07
Hex 1 22 25 61 8 0 55 B9 5F 7
Octal 1 42 45 141 10 0 125 271 137 7
Binary 1 100010 100101 1100001 1000 0 1010101 10111001 1011111 111

Color Harmonies of #012225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012225

Black with #012225

Text Example


Text Example

White with #012225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012225; }

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

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

background-color css

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

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

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

border-color css

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

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

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