Html Css Color HEX #012228 Black Pearl

📋 copy color: '#012228'

red 1 ◦ green 34 ◦ blue 40

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

Shades of Black Pearl #012228

Tints of Black Pearl #012228

RGB

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

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

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

R = 1.33%
G = 45.33%
B = 53.33%

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

#012228 (or 0x012228) is known color: Black Pearl. HEX triplet: 01, 22 and 28. RGB value is (1,34,40). Sum of RGB (Red+Green+Blue) = 1+34+40=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #012228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012228 is #FEDDD7. Grayscale: #181818. Windows color (decimal): -16702936 or 2630145. OLE color: 2630145.

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

Color convert

RGB 1 34 40 -
CMYK 0.98 0.15 0 0.84
HSL 189.23º 0.95% 0.08% -
HSV(B) 189.23º 0.98% 0.16% -
XYZ 0.97 1.3 2.21 -
YUV 24.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 1 34 40 0.98 0.15 0 0.84 189.23 0.95 0.08
Hex 1 22 28 62 F 0 54 BD 5F 8
Octal 1 42 50 142 17 0 124 275 137 10
Binary 1 100010 101000 1100010 1111 0 1010100 10111101 1011111 1000

Color Harmonies of #012228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012228

Black with #012228

Text Example


Text Example

White with #012228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012228; }

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

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

background-color css

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

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

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

border-color css

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

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

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