Html Css Color HEX #17212E Black Pearl

📋 copy color: '#17212E'

red 23 ◦ green 33 ◦ blue 46

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

Shades of Black Pearl #17212E

Tints of Black Pearl #17212E

RGB

 RED value IS 23 (9.38% from 255) = 22.55%

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

 BLUE value IS 46 (18.36% from 255) = 45.1%

R = 22.55%
G = 32.35%
B = 45.1%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#17212E (or 0x17212E) is known color: Black Pearl. HEX triplet: 17, 21 and 2E. RGB value is (23,33,46). Sum of RGB (Red+Green+Blue) = 23+33+46=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #17212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17212E is #E8DED1. Grayscale: #1F1F1F. Windows color (decimal): -15261394 or 3023127. OLE color: 3023127.

HSL color Cylindrical-coordinate representation of color #17212E: hue angle of 213.91º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #17212E is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 23 33 46 -
CMYK 0.50 0.28 0 0.82
HSL 213.91º 0.33% 0.14% -
HSV(B) 213.91º 0.5% 0.18% -
XYZ 1.39 1.47 2.79 -
YUV 31.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 23 33 46 0.50 0.28 0 0.82 213.91 0.33 0.14
Hex 17 21 2E 32 1C 0 52 D6 21 E
Octal 27 41 56 62 34 0 122 326 41 16
Binary 10111 100001 101110 110010 11100 0 1010010 11010110 100001 1110

Color Harmonies of #17212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17212E

Black with #17212E

Text Example


Text Example

White with #17212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17212E; }

 p { color: rgb(23,33,46); }

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

background-color css

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

 a { background-color: rgb(23,33,46); }

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

border-color css

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

 span { border-color: rgb(23,33,46); }

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