Html Css Color HEX #012227 Black Pearl

📋 copy color: '#012227'

red 1 ◦ green 34 ◦ blue 39

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

Shades of Black Pearl #012227

Tints of Black Pearl #012227

RGB

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

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

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

R = 1.35%
G = 45.95%
B = 52.7%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#012227 (or 0x012227) is known color: Black Pearl. HEX triplet: 01, 22 and 27. RGB value is (1,34,39). Sum of RGB (Red+Green+Blue) = 1+34+39=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 34 (13.67% from 255 or 45.95% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #012227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012227 is #FEDDD8. Grayscale: #181818. Windows color (decimal): -16702937 or 2564609. OLE color: 2564609.

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

Color convert

RGB 1 34 39 -
CMYK 0.97 0.13 0 0.85
HSL 187.89º 0.95% 0.08% -
HSV(B) 187.89º 0.97% 0.15% -
XYZ 0.95 1.3 2.12 -
YUV 24.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 1 34 39 0.97 0.13 0 0.85 187.89 0.95 0.08
Hex 1 22 27 61 D 0 55 BC 5F 8
Octal 1 42 47 141 15 0 125 274 137 10
Binary 1 100010 100111 1100001 1101 0 1010101 10111100 1011111 1000

Color Harmonies of #012227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012227

Black with #012227

Text Example


Text Example

White with #012227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012227; }

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

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

background-color css

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

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

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

border-color css

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

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

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