Html Css Color HEX #021117 Black Pearl

📋 copy color: '#021117'

red 2 ◦ green 17 ◦ blue 23

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

Shades of Black Pearl #021117

Tints of Black Pearl #021117

RGB

 RED value IS 2 (1.17% from 255) = 4.76%

 GREEN value IS 17 (7.03% from 255) = 40.48%

 BLUE value IS 23 (9.38% from 255) = 54.76%

R = 4.76%
G = 40.48%
B = 54.76%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#021117 (or 0x021117) is known color: Black Pearl. HEX triplet: 02, 11 and 17. RGB value is (2,17,23). Sum of RGB (Red+Green+Blue) = 2+17+23=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #021117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021117 is #FDEEE8. Grayscale: #0D0D0D. Windows color (decimal): -16641769 or 1511682. OLE color: 1511682.

HSL color Cylindrical-coordinate representation of color #021117: hue angle of 197.14º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021117 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 17 23 -
CMYK 0.91 0.26 0 0.91
HSL 197.14º 0.84% 0.05% -
HSV(B) 197.14º 0.91% 0.09% -
XYZ 0.38 0.48 0.88 -
YUV 13.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 2 17 23 0.91 0.26 0 0.91 197.14 0.84 0.05
Hex 2 11 17 5B 1A 0 5B C5 54 5
Octal 2 21 27 133 32 0 133 305 124 5
Binary 10 10001 10111 1011011 11010 0 1011011 11000101 1010100 101

Color Harmonies of #021117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021117

Black with #021117

Text Example


Text Example

White with #021117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021117; }

 p { color: rgb(2,17,23); }

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

background-color css

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

 a { background-color: rgb(2,17,23); }

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

border-color css

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

 span { border-color: rgb(2,17,23); }

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