Html Css Color HEX #172934 Black Pearl

📋 copy color: '#172934'

red 23 ◦ green 41 ◦ blue 52

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

Shades of Black Pearl #172934

Tints of Black Pearl #172934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.34%

 BLUE value IS 52 (20.7% from 255) = 44.83%

R = 19.83%
G = 35.34%
B = 44.83%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#172934 (or 0x172934) is known color: Black Pearl. HEX triplet: 17, 29 and 34. RGB value is (23,41,52). Sum of RGB (Red+Green+Blue) = 23+41+52=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #172934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172934 is #E8D6CB. Grayscale: #242424. Windows color (decimal): -15259340 or 3418391. OLE color: 3418391.

HSL color Cylindrical-coordinate representation of color #172934: hue angle of 202.76º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #172934 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 23 41 52 -
CMYK 0.56 0.21 0 0.80
HSL 202.76º 0.39% 0.15% -
HSV(B) 202.76º 0.56% 0.2% -
XYZ 1.77 2.02 3.54 -
YUV 36.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 23 41 52 0.56 0.21 0 0.80 202.76 0.39 0.15
Hex 17 29 34 38 15 0 50 CB 27 F
Octal 27 51 64 70 25 0 120 313 47 17
Binary 10111 101001 110100 111000 10101 0 1010000 11001011 100111 1111

Color Harmonies of #172934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172934

Black with #172934

Text Example


Text Example

White with #172934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172934; }

 p { color: rgb(23,41,52); }

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

background-color css

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

 a { background-color: rgb(23,41,52); }

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

border-color css

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

 span { border-color: rgb(23,41,52); }

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