Html Css Color HEX #012126 Black Pearl

📋 copy color: '#012126'

red 1 ◦ green 33 ◦ blue 38

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

Shades of Black Pearl #012126

Tints of Black Pearl #012126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 52.78%

R = 1.39%
G = 45.83%
B = 52.78%

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

#012126 (or 0x012126) is known color: Black Pearl. HEX triplet: 01, 21 and 26. RGB value is (1,33,38). Sum of RGB (Red+Green+Blue) = 1+33+38=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #012126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012126 is #FEDED9. Grayscale: #171717. Windows color (decimal): -16703194 or 2498817. OLE color: 2498817.

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

Color convert

RGB 1 33 38 -
CMYK 0.97 0.13 0 0.85
HSL 188.11º 0.95% 0.08% -
HSV(B) 188.11º 0.97% 0.15% -
XYZ 0.91 1.23 2.02 -
YUV 24 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 1 33 38 0.97 0.13 0 0.85 188.11 0.95 0.08
Hex 1 21 26 61 D 0 55 BC 5F 8
Octal 1 41 46 141 15 0 125 274 137 10
Binary 1 100001 100110 1100001 1101 0 1010101 10111100 1011111 1000

Color Harmonies of #012126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012126

Black with #012126

Text Example


Text Example

White with #012126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012126; }

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

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

background-color css

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

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

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

border-color css

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

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

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